M
Miranda
hi,
i've got a query something like
SELECT MaterialsAssigned.material
FROM MaterialsAssigned
WHERE MaterialsAssigned.jobDesc= form!dataEntryForm!jobdesc;
i've recently changed the dataEntryForm so it can have multiple instances
opened. so i can no longer refer to it as form!dataentryForm!...i'm using
the hwnd to reference the forms. so all the queries that the form relies on
no longer work (they are used to populate drop down boxes).
does anyone know how i can refer to these forms in my queries ?
any help would be appreciated!
by the way i'm setting the text box jobdesc on my dataEntryForm using a
global variable - don't know if this helps?
i've got a query something like
SELECT MaterialsAssigned.material
FROM MaterialsAssigned
WHERE MaterialsAssigned.jobDesc= form!dataEntryForm!jobdesc;
i've recently changed the dataEntryForm so it can have multiple instances
opened. so i can no longer refer to it as form!dataentryForm!...i'm using
the hwnd to reference the forms. so all the queries that the form relies on
no longer work (they are used to populate drop down boxes).
does anyone know how i can refer to these forms in my queries ?
any help would be appreciated!
by the way i'm setting the text box jobdesc on my dataEntryForm using a
global variable - don't know if this helps?