I wish to do the following by using a macro. I cannot write VBA.
Open a form that has one field.
If the text in the field says yes then open the yes form, if not then open the no form.
Thanks.
What I am actually trying to do is to populate a table automatically.
I receive an Excel sheet like so:
Im want it (through an automated process) to end up looking like this, ie filling in the blanks:
1 Data Data Data 2 Data Data 3 Data
1 Data 1 Data 1 Data 2 Data 2 Data 3 Data
I can do it through a series of queries but it is a little untidy as it just creates a null expression and I have to "stop all macro's"
As I mentioned I don't do VBA.
I have done this before in Access 2003 but I've lost the database that it was on.
I basically did it by opening a form. If it was yes it opened the Yes form (which triggered the loop) or No which triggered the "Done" form