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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bbeginner Question...

Status
Not open for further replies.

Elliott3

Programmer
Sep 5, 2002
347
CA
Hi... I have never programmed in VBA before and just trying to get started...
How do I go about selecting records from a table say on the forms load even and place one of the values that is in the result into a text box on the for?

Basically I would like to now how to interact with the table on button clicks "select * form ..." and "insert into ..."

Any suggestions on where to start?

CES
 
Set rs = CurrentDb.OpenRecordset("select * from tbl_NextNumber") is the answer that I came to.

CES
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top