Access 2003
I created forms frmEARP & frmAppProcess
frmEAPR (parent) pulls 3 fields from tblClientMain
fields: ClientID, LastName, FirstName
frmAppProcess (child) has 4 fields from tblAppProcess
fields: AppID, Date, AppProcess(dropdown), ClientID
frmAppProcess is a subform of frmEAPR
I created a command button on my tblClientMain to open frmEAPR
Problem:
The form/subform has been working well until recently. As of late the fields in the parent form (frmEAPR) are not populating values from the tblClientMain. I can get around this by going back one record then moving back to the current record and the fields will then be populated.
I have looked at various threads and some of the access websites. I do not seem to be able to get a handle on this. This database is located on a LAN server through our agency. I also have multiple users working in this database.
Your advice and help would be most welcomed and appreciated.
I created forms frmEARP & frmAppProcess
frmEAPR (parent) pulls 3 fields from tblClientMain
fields: ClientID, LastName, FirstName
frmAppProcess (child) has 4 fields from tblAppProcess
fields: AppID, Date, AppProcess(dropdown), ClientID
frmAppProcess is a subform of frmEAPR
I created a command button on my tblClientMain to open frmEAPR
Problem:
The form/subform has been working well until recently. As of late the fields in the parent form (frmEAPR) are not populating values from the tblClientMain. I can get around this by going back one record then moving back to the current record and the fields will then be populated.
I have looked at various threads and some of the access websites. I do not seem to be able to get a handle on this. This database is located on a LAN server through our agency. I also have multiple users working in this database.
Your advice and help would be most welcomed and appreciated.