Command Button select Record

C

CMorgan

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
 
F

Frank Stone

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
 
C

CMorgan

I need it to populate a filed within another table...
Sorry, guess little lost this Monday morning
Christy
 
F

Frank Stone

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
 
C

CMorgan

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
 
G

gokhan gundem

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
 
Top