Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WHAT CODE SHOULD I USE TO FIND RECORD IN VBA CODE

Status
Not open for further replies.

NoBugs

Programmer
Jun 30, 2003
8
US
I NEED SOME CODE EXAMPLES TO SEARCH THE DB FOR A PARTICULAR RECORD AND KNOW IF THE SEARCH WAS SUCCESSFUL. ALSO ADD A NEW REC IF NOT FOUND IN VBA.

Thanks,
Troy
 
Have a look at thread702-563930

Hope this helps
Hymn
 
How do I setup a macro to export part of an Access table based on a query to an Excel format? I'm trying to use records modified on a laptop out in the field to update an AS/400 data base on a weekly process. I will be transfering the Excell file(through data transfer--Client access) to a AS/400 lib. file member then use a Cobol program to update the AS/400 data base.
 
Take a look at the DoCmd.TransferSpreadsheet method.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top