Continuous Form

wizcow

Registered User.
Local time
Today, 16:14
Joined
Sep 22, 2001
Messages
236
Hi

I have a continuous sub form on my invoice form.
For each line item, on the subform, the user has to enter the date.
Many times the date is the same.

How can I get the Date to 'Default Value' to the previous line's date?

I've tried tying a DLookUp function in vb, but it didn't work.

Tom
 
How about adding "After Update" events to each of your text boxes. The after update code would set the next lines code to the contents of the current box?
 

Users who are viewing this thread

Back
Top Bottom