D Dsuperc New member Local time Today, 20:13 Joined Mar 8, 2002 Messages 9 Jul 22, 2003 #1 Is it possible to have the "default Value" in the table design, set to copy the info from the previous record?
Is it possible to have the "default Value" in the table design, set to copy the info from the previous record?
M Mark Wild Registered User. Local time Today, 20:13 Joined Apr 9, 2003 Messages 126 Jul 22, 2003 #2 Do you do your data entry through a form? If so (and if you don't you ought to) you should be able to populate the required field on the form with the previous records data
Do you do your data entry through a form? If so (and if you don't you ought to) you should be able to populate the required field on the form with the previous records data
IgorB Registered User. Local time Today, 20:13 Joined Jun 4, 2003 Messages 183 Jul 23, 2003 #3 Assign value to textbox bouded to a field like txtFieldName=Last("fieldname","tablename")