Command Button select Record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good Morning
I need to create comand buttons that select specific records in a table...
Is this possible? I have looked over macro options and I did not see any
that I could benefit from... any assistance is greatly appreciated.
Thank You
Christy
 
hi,
you didn't say what you need the data for...just to view?
if so.
you could write a select query selecting the desired data
then on the button's click event have it
docmd.openquery

regards
Frank
 
I need it to populate a filed within another table...
Sorry, guess little lost this Monday morning
Christy
 
hi cristy,
Still a little vague but the advice i gave didn't change
much. instead of a select query....use an append query.
the query would select the data you want from the tables
you specify then append it to what table and field(s) you
specify in the query.
Read up on append querys in help.
regards
Frank
 
Good Morning...
I will go with the query option... wish I could explain little more... this
DB has been nothing but a headache... But thank you for your assistance.
Christy
 
CMorgan said:
Good Morning...
I will go with the query option... wish I could explain little more... this
DB has been nothing but a headache... But thank you for your assistance.
Christy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top