From .mdb to .adp database
- From: "Nesta" <nestaman@xxxxxxxxxxx>
- Date: Thu, 18 Oct 2007 12:38:41 -0400
Hi all,
I'm testing migration from Acess database to ADP Project.
I have this query wich criteria of selection is the value of a textbox, in a
form.
In my mdb database, the syntax was like : [Forms]![F_MyForm]![MyTextBox].
In my ADP project, i have noticed theses changes :
- my query was transformed into a function ;
- the syntax ro reach the value of my TexBox has changed (and obviously does
not work) : = @Forms_F_MyForm_MyTextBox.
1) How to find the good syntax ?
2) Where can I find ressources on ADP syntax ?
Thanks by advance !
Nesta
.
- Follow-Ups:
- Re: From .mdb to .adp database
- From: Norman Yuan
- Re: From .mdb to .adp database
- Prev by Date: Re: Run Time Error 7965 when displaying recordset
- Next by Date: Re: From .mdb to .adp database
- Previous by thread: Run Time Error 7965 when displaying recordset
- Next by thread: Re: From .mdb to .adp database
- Index(es):
Loading