G
Guest
Hi,
I have two tables tblSite and tblRoom.
The concept is that each record in tblRoom must link with a record in tblSite.
I have created two forms, one to add records to tblSite and one to add
records to tblRoom.
On the frmSiteAdd, there is a button that prompts the user to add a Room to
the site record if required at that time. On selecting yes from the yes/no
prompt, the frmRoom opens in Add mode. Everything works fine except that I
cannot get the default Site record (also as a field on tblRoom linked to
tblSite) to display, instead the Site box is blank and awaiting population.
I have created the property default on the Site field of the frmRoom form
but it does not appear to work.
Can anyone help with this?
I have two tables tblSite and tblRoom.
The concept is that each record in tblRoom must link with a record in tblSite.
I have created two forms, one to add records to tblSite and one to add
records to tblRoom.
On the frmSiteAdd, there is a button that prompts the user to add a Room to
the site record if required at that time. On selecting yes from the yes/no
prompt, the frmRoom opens in Add mode. Everything works fine except that I
cannot get the default Site record (also as a field on tblRoom linked to
tblSite) to display, instead the Site box is blank and awaiting population.
I have created the property default on the Site field of the frmRoom form
but it does not appear to work.
Can anyone help with this?