Ok Folks,
I am sure this will be quicker to answer than it was to type this out. I am new to the DLookUp function and can't get it to work correctly ( in fact-doesn't work at all).
I am trying to populate a txt field upon a form loading with VBA using the following statement.
Me.TxtOrgName = DLookup("OrgName", "tblSettings", "TxtOrgName='string'")
What am I missing, I haven't used DLookup before so I am sure it is something simple I'm missing.
Thanks
Dave