S
sharontodd
I am pulling data up from a table and need a box to show the data from a
specific record and field. I also need to be able to change the data that is
displayed. I can show the data using a list box using the following code in
the row source.
SELECT [Divisions/Winners].First FROM [Divisions/Winners] WHERE
((([Divisions/Winners].[Div #])=[enter data]));
I need to do the same thing only with a text box so that I can alter the
data. Since there is no row source for a text box, how do I achieve this?
Thanks for the help.
Sharontodd
specific record and field. I also need to be able to change the data that is
displayed. I can show the data using a list box using the following code in
the row source.
SELECT [Divisions/Winners].First FROM [Divisions/Winners] WHERE
((([Divisions/Winners].[Div #])=[enter data]));
I need to do the same thing only with a text box so that I can alter the
data. Since there is no row source for a text box, how do I achieve this?
Thanks for the help.
Sharontodd