D
Dave Elliott
I have for example a Invoice form where it has lots of records and I created
a unbound Combo select query drop down box.
If I choose a Invoice number, customer, or date , it goes to that record.
This works fine,except I would like to have it pop-up instead of being on
the form. I tried doing this via a pop-up form, but it didn't work.
The forms name is TimeCards and the combo name is Combo202 with it's row
source set to
The forms record source is a query named TimeCards and table source is Time.
SELECT TimeCards.NameA, TimeCards.[Repair Order Number] FROM TimeCards;
Can this be done from a pop-up form instead ?
Thanks,
Dave
a unbound Combo select query drop down box.
If I choose a Invoice number, customer, or date , it goes to that record.
This works fine,except I would like to have it pop-up instead of being on
the form. I tried doing this via a pop-up form, but it didn't work.
The forms name is TimeCards and the combo name is Combo202 with it's row
source set to
The forms record source is a query named TimeCards and table source is Time.
SELECT TimeCards.NameA, TimeCards.[Repair Order Number] FROM TimeCards;
Can this be done from a pop-up form instead ?
Thanks,
Dave