A AMH New member Local time Today, 07:34 Joined Jun 19, 2001 Messages 9 Sep 19, 2001 #1 Does anyone know if it is possibel to reference a field in a query from VBA code if so some sample code would be much appreciated Thanks in advance Aidan
Does anyone know if it is possibel to reference a field in a query from VBA code if so some sample code would be much appreciated Thanks in advance Aidan
J jstutz Registered User. Local time Today, 07:34 Joined Jan 28, 2000 Messages 80 Sep 19, 2001 #2 There are several ways to do this in VBA. What specifically are you trying to do? One function to look into is Dlookup. js
There are several ways to do this in VBA. What specifically are you trying to do? One function to look into is Dlookup. js
A AMH New member Local time Today, 07:34 Joined Jun 19, 2001 Messages 9 Sep 19, 2001 #3 Thanks DLookup worked fine