combbbox problem

javier_83

Registered User.
Local time
Today, 14:25
Joined
Jul 9, 2008
Messages
49
I have a problem, i have diferent comboboxes, around the form, and they work perfect, they save all the data on the tables, the problem is that when i look the record, its doesnt show all the info on the combobox, some of them show with nothing, but in the table its ok

what can i do??

sorry for my english im from mexico
 
what do you have in the rowsource property of your query? also are your combos bounded to your table ?
 
what do you have in the rowsource property of your query? also are your combos bounded to your table ?

for example in one i have this!!

SELECT Manufacturer.id_manuf, Manufacturer.Nombre
FROM Manufacturer
WHERE (((Manufacturer.id_sutype)=[Forms]![MODEL]![combossubtype]));
 
i solve the problem i just create a macro with the refresh option, just put a event that when you enter to the register it refresh

and it show everything
 

Users who are viewing this thread

Back
Top Bottom