I wish to create a data entry form, where the user will enter production data, per day. Fields are:
Date
PlantID
SourceID
TaskID
ProductID
PackingID
HoursPerm
HoursContr
The Date and PlantID will be common for a number of records, and I do not wish to reenter each time, so I want the user to enter a date and plantid (maybe in an inputbox?)
and then just enter the rest of the data, until a blank entry is made, where the user will be returned to select a new date, plantid unless a blank entry is made again.
I cannot seem to find a way to transfer data from an unbound textbox to a database field, other than for the first occurence when I open a form, using code in the form_load procedure. I looked at form_afterupdate, beforeupdate, textbox_after/before etc, and no joy?
Please help!
Thanks
Pieter
Date
PlantID
SourceID
TaskID
ProductID
PackingID
HoursPerm
HoursContr
The Date and PlantID will be common for a number of records, and I do not wish to reenter each time, so I want the user to enter a date and plantid (maybe in an inputbox?)
and then just enter the rest of the data, until a blank entry is made, where the user will be returned to select a new date, plantid unless a blank entry is made again.
I cannot seem to find a way to transfer data from an unbound textbox to a database field, other than for the first occurence when I open a form, using code in the form_load procedure. I looked at form_afterupdate, beforeupdate, textbox_after/before etc, and no joy?
Please help!
Thanks
Pieter