I
idic5
Guest
How do I conditionally execute a subform from another form? We have formA executing formB. FormB's datasource is a query where fieldB is set to a value or to null.
In formB, I want to say: If fieldB is null, execute formC, otherwise do not execute formC
I am new to access. I bet it should not be too hard. w/in formB, I tried putting this in a text box: =IIF([fieldB]="",[Forms!].[ReportC]), and I get "name error"
thanks
mike (idic5)
In formB, I want to say: If fieldB is null, execute formC, otherwise do not execute formC
I am new to access. I bet it should not be too hard. w/in formB, I tried putting this in a text box: =IIF([fieldB]="",[Forms!].[ReportC]), and I get "name error"
thanks
mike (idic5)