A
Alejandro González Anselmi
Hi
I have an access fe application with several forms on one form
I call another form using the
DoCmd.OpenForm formName, , ,condition
where condition contains something like id=x
it works perfect
Now, I have migrated the db to SQL keeping the front end application on
access
If I try to execute the same statement it does nothing,
doesn't even pass trough the load sub from the form
any suggestions
Thanks
alejandro
I have an access fe application with several forms on one form
I call another form using the
DoCmd.OpenForm formName, , ,condition
where condition contains something like id=x
it works perfect
Now, I have migrated the db to SQL keeping the front end application on
access
If I try to execute the same statement it does nothing,
doesn't even pass trough the load sub from the form
any suggestions
Thanks
alejandro