toptech
Posts: 9
|
| Posted: 03/15/2005, 7:46 PM |
|
Hi There.
I have added a Dlookup to a form.
I added it to a befor show section of the new textbox.
I know how this works in MSAccess, but how do I fill in the fields
here.
Expression
Domain
Criteria
Sorry, still very new at this ASP stuff.
I usually program all this stuff in MSACESS/VBA.
Thanks in advance.
Jeff
|
 |
 |
Tuong Do
|
| Posted: 03/15/2005, 9:49 PM |
|
For example the SQL Statement is
Select CustomerName FROM CustomerTable WHERE CustomerID=1
Then you will have
Expression = "CustomerName"
Domain = "CustomerTable"
Criteria = "CustomerID=1"
"toptech" <toptech@forum.codecharge> wrote in message
news:64237ac1b70e9c@news.codecharge.com...
> Hi There.
>
> I have added a Dlookup to a form.
> I added it to a befor show section of the new textbox.
>
> I know how this works in MSAccess, but how do I fill in the fields
> here.
>
> Expression
> Domain
> Criteria
>
> Sorry, still very new at this ASP stuff.
> I usually program all this stuff in MSACESS/VBA.
>
> Thanks in advance.
>
> Jeff
>
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
toptech
Posts: 9
|
| Posted: 03/16/2005, 4:57 AM |
|
Hi Tuong.
Understood.
Thanks.
Jeff
|
 |
 |
|