Jul 05 2023 05:41 PM
I have an Access DB that we use to store client info. On older versions of Access when I looked up a client, some of the client info would automatically populate when I tabbed out of the client ID box.
With the new version the auto-populating stopped. Is there something in the new versions of Access that handles things differently?
I'm not really sure where to start. I don't see any macros or vb script. I'm guessing the info was pulled using DlookUp. So I tried dlookup and when I add that I am unable to save in design view so I have no way of testing it.
Jul 05 2023 07:50 PM
Jul 06 2023 06:26 AM
Jul 06 2023 07:40 AM
@Harun24HR The ID box is a text input field. This is what I made but won't save, and doesn't seem have a syntax error.
=DLookUp("Space #","Parking Space","Unit #=" & "Unit #")
Unit # is the apartment we used to enter and hit tab.
Parking Space is the table that the Space # comes from referenced to the Unit #
Jul 06 2023 07:43 AM
Jul 06 2023 08:15 AM
Jul 06 2023 08:26 AM