S Solaris New member Local time Today, 19:20 Joined Feb 27, 2011 Messages 6 Feb 27, 2011 #1 Dear Experts. I am new in Access VBA. I want to find a value in a Filed(for example : stdName) of a Table (for example stdtbl) by VBA code in Access2010. Need to sample code for do this. any available?
Dear Experts. I am new in Access VBA. I want to find a value in a Filed(for example : stdName) of a Table (for example stdtbl) by VBA code in Access2010. Need to sample code for do this. any available?
Uncle Gizmo Nifty Access Guy Staff member Local time Today, 16:50 Joined Jul 9, 2003 Messages 17,498 Feb 27, 2011 #2 Solaris said: Dear Experts. I am new in Access VBA. I want to find a value in a Filed(for example : stdName) of a Table (for example stdtbl) by VBA code in Access2010. Need to sample code for do this. any available? Click to expand... Do you want to use a query? If so what is the criteria?
Solaris said: Dear Experts. I am new in Access VBA. I want to find a value in a Filed(for example : stdName) of a Table (for example stdtbl) by VBA code in Access2010. Need to sample code for do this. any available? Click to expand... Do you want to use a query? If so what is the criteria?
John Big Booty AWF VIP Local time Tomorrow, 01:50 Joined Aug 29, 2005 Messages 8,262 Feb 27, 2011 #3 Perhaps the DLookup() function is what you are looking for?
S Solaris New member Local time Today, 19:20 Joined Feb 27, 2011 Messages 6 Feb 27, 2011 #4 Thanx john big booty . it's work