D
Dan Pinheiro \(Hotmail\)
Hi All,
How to fill one text box or label with the results of a query? The event
I wanna use are Form Load and Click Button.
I tried to use:
Textbox.value = docmd.openquery "queryname"
or
Textbox.value = select max(date) from tablename;
I also tried to set a const, but it didn´t work.
Tks in advance.
Dan Pinheiro
Brasil
How to fill one text box or label with the results of a query? The event
I wanna use are Form Load and Click Button.
I tried to use:
Textbox.value = docmd.openquery "queryname"
or
Textbox.value = select max(date) from tablename;
I also tried to set a const, but it didn´t work.
Tks in advance.
Dan Pinheiro
Brasil