I have a form which somebody will use to populate a table/report, but I want to make sure that all required boxes have data entered before the table/report is populated with the form's info.
I was thinking I could use the isNull but I'm not sure where I should put it or how.
I have a button that opens a seperate form which displays all of the previously entered data, so would I need to place something within the button's event?
Also I would like the previous form to close once the second form has been populated. I've done this earlier but when it comes to a form that I need to get info from, the transfer never works properly; this has been done as a macro that is set it to "RunCommand - CloseWindow" then "OpenForm - FormName". When I turn it the other way around, it merely closes my newly opened window. This sounds stupid but how can I do this?
I was thinking I could use the isNull but I'm not sure where I should put it or how.
I have a button that opens a seperate form which displays all of the previously entered data, so would I need to place something within the button's event?
Also I would like the previous form to close once the second form has been populated. I've done this earlier but when it comes to a form that I need to get info from, the transfer never works properly; this has been done as a macro that is set it to "RunCommand - CloseWindow" then "OpenForm - FormName". When I turn it the other way around, it merely closes my newly opened window. This sounds stupid but how can I do this?