G
Guest
Hi
I have several forms made for my database and would like to update a combo box to include new data I put into the table. My question is, since it is a combo box, how do I get values to show up like a lookup wizard? I put all the new information into a table called doctors...When I go to make a new record the doctors box doesn't have any of the values I put into the table. When I went to see what the source was linking to the combo box and it said the row source is: SELECT Physician.Physician FROM Physician WHERE (((Physician.Loc)=[Forms]![Create New Record CPI]![Location Combo])) ORDER BY Physician.Physician;....Am I looking in the wrong area or is there someway to update this source??
I have several forms made for my database and would like to update a combo box to include new data I put into the table. My question is, since it is a combo box, how do I get values to show up like a lookup wizard? I put all the new information into a table called doctors...When I go to make a new record the doctors box doesn't have any of the values I put into the table. When I went to see what the source was linking to the combo box and it said the row source is: SELECT Physician.Physician FROM Physician WHERE (((Physician.Loc)=[Forms]![Create New Record CPI]![Location Combo])) ORDER BY Physician.Physician;....Am I looking in the wrong area or is there someway to update this source??