Hello guys, I wonder if you could help me?
If this is the wrong forum or even the wrong site please tell me where I can get it resolved.
I'm kinda new to MS Access and am creating a database with various forms and queries before even thinking about applying them into my VB .Net project.
On my "Client Details" form I have a button which automatically opens a new form with all the quotations that relate to the client in the previous form. I have used a "Client ID" field in each table to ensure that the records are filtered correctly. Everything works fine until I create a new record within the second form ("Quotations"). In the Client ID field I want it to pre-populate with the Client ID in the "Client Details" form.
Here is an idea of where I might have gone wrong:
I used the expression builder and came up with: "=[Client Details]![Client ID]"
Where [Client Details] is the clients table
and [Client ID] is the field that I want to copy from the table
When creating the new record it just shows "#Name?" in the Client ID field in the new form.
Please help ... I'm begging you! :confused: