Text Box and Query

mfuada

Registered User.
Local time
Today, 06:39
Joined
Feb 4, 2009
Messages
63
Hi...
can i display a value from query to an unbound textbox? such as if i want to display a data from a query to a textbox that placed in another form.. can i do that? i've tried by building an expression but i get the error message "#name", can anybody give me an idea?
 
There are two ways to do this.

An unbound field may have its control source set to either

1) a domain aggregate/lookup

2) a function that returns a scalar
 
Could you give a a bit of example on those two ways? thx
 
i've found the solution buy changing the form's record source and set the list box control source...
thx
 

Users who are viewing this thread

Back
Top Bottom