i have a form with two separate drop down boxes i use to find items in a table. One drop down finds based on an arbitrarily assigned number the other finds by item serial number. i got to thinking that i could use one drop box to search either field, in sequence (i.e.: arbitrary number, then serial number). Programmatically this should not pose a real problem. i've tried it and have run into my first issue: Setting the drop down box's RowSource.
i've tried dimming a variable as "mRow as RowSource" then assigning "mRow = " as the RowSource from the form. It's an SQL string and i can't make it work like i expect.
Any ideas?
Thanks,
Dave
i've tried dimming a variable as "mRow as RowSource" then assigning "mRow = " as the RowSource from the form. It's an SQL string and i can't make it work like i expect.
Any ideas?
Thanks,
Dave