I have a 3 form vb application for looking up Quality documents. On the first form you can choose "open" and that accesses a second form that will ask you for the Form # in a text box. I need to then open a third form to show all the revisons of the form number entered.
I have a dat object on the 3rd form that points to the .mdb file.
So I guess I need a query that will show me records on the 3rd form based on text entered on the second form.
Please help
I have a dat object on the 3rd form that points to the .mdb file.
So I guess I need a query that will show me records on the 3rd form based on text entered on the second form.
Please help