E
Eric Plante
I'm a new Access 97 developper and I have a problem trying to open the right
form using a macro in a button. I can open the form no problem but it
doesn't seem to take into account the where section.
Example: In Form A, I have Item Y. I want to open Form B that has the item X
that must be equal to item Y. How can I do it with Access? Using the wizard,
I either get a form that opens with nothing or I use the visible value and
wonder why it shows me a form B that doesn't have the requested information.
The most obvious where in this case should be: [Forms]![FormA]![ItemY] =
[Forms]![FormB]![ItemX] but that opens an empty FormB. if I add .[visible],
I get the FormB with the first item entered in its database.
Anyone can help me?
form using a macro in a button. I can open the form no problem but it
doesn't seem to take into account the where section.
Example: In Form A, I have Item Y. I want to open Form B that has the item X
that must be equal to item Y. How can I do it with Access? Using the wizard,
I either get a form that opens with nothing or I use the visible value and
wonder why it shows me a form B that doesn't have the requested information.
The most obvious where in this case should be: [Forms]![FormA]![ItemY] =
[Forms]![FormB]![ItemX] but that opens an empty FormB. if I add .[visible],
I get the FormB with the first item entered in its database.
Anyone can help me?