Hey...
It's me... the newbie... lol...
I need some help and I will prob feel like a fool when someone tells me what i am looking at..
I am trying to figure out how to Insert one field from one record to a field in another record. I am looking at the code that ASPrunnerpro generates, which is this:
dal.TableName.Field1="Value1"
dal.TableName.Field2="Value2"
dal.TableName.Add()
However, what I am having an issue with, is understanding what goes into what field... I would assume that the Tablename is the table that you want the info to drop to. I can assume that field1, is the field of the record that is being copied over.
I am not sure what to put for "Value1"... and I know its not Value1..LOL Can anyone help this struggling newbie?
Thanks,
Dean