Transfering a date to another form

mingram

New member
Local time
Today, 20:47
Joined
Apr 24, 2000
Messages
8
I was wondering is it possible to have a date entered into a field and automatically transfer to another form, or update the current date on the other form?
 
yup,
Im assumiong your going to be transferring from one text box to another, if both forms are loaded simply put in the code.

Forms![form name you have the date it]!chkmanager.Value = "name of the field on the current form you want the date to go to".value

I'm thinking the best place for this would be in the on load event for the form you want updated

reply if I confused you more,
Rpb
 

Users who are viewing this thread

Back
Top Bottom