cbo not working well

PST

New member
Local time
Today, 22:34
Joined
Aug 2, 2005
Messages
9
My Combo Box works and displays new entries in text boxes in my form. The selection appears in every record. I would like the selection to be stored only in the displayed record and not for each and every record. Any ideas?

My combo box works on an existing query( Qry1). I would like the data from my query (Qry1) to be displayed in the record (in Form1) which I am viewing. When I go onto a new record (IN Form1) I would like to make a new selection from my query (Qry1) and then store these details in the new record in Form1.

I am a little frustrated - please help.
 
Are you using an unbound combo box?
Are you using a continious form?

Your info is rather brief.....
A little bit more info would be usefull.

RV
 
Sorry - I have a combo box which is based on a query which links all the details that I would displayed in a form. The problem with the form is that although all the details appear in separate text boxes I cannot get the same details to appear on each and every record.

I am trying to make sure that four fields are displayed in a from. Should I be using a table or a query.

Basically I would like four detail from a field to appear in an Appointments form. I have an Appointments Table.
I have all the data that I need displayed but I have tried a few avenues but no use.
 
I am a novice therefore I do not know what an unbound cbo is or a continuous form.
 

Users who are viewing this thread

Back
Top Bottom