I have a form which when opened has two text boxes populated from the previous form, e.g
and
The form has a few other text boxes for data entry by the user and a date picker.
If the user enters the date first the pre-populated text boxes go blank and and re-popualte if data is entered into another text box. I could work round this by disabling the date field until some data has been entered but there must be something wrong in my code but I don't know where to look. I could have been certain this wasn't happening before but only noticed it when reviewing test data and dicovered the blank fields for some of the records in the table
Any suggestions on what would cause this?
tamus
Code:
=[Forms]![CustomerRecords]![RegNo]
Code:
=DLookUp("FullName","LoginDetailsQuery")
The form has a few other text boxes for data entry by the user and a date picker.
If the user enters the date first the pre-populated text boxes go blank and and re-popualte if data is entered into another text box. I could work round this by disabling the date field until some data has been entered but there must be something wrong in my code but I don't know where to look. I could have been certain this wasn't happening before but only noticed it when reviewing test data and dicovered the blank fields for some of the records in the table
Any suggestions on what would cause this?
tamus