Making new field in query

ginger

Registered User.
Local time
Yesterday, 16:21
Joined
Jun 14, 2013
Messages
17
Many times I've been able to add a new column to a query and pop in the info that is in a text box from a form.

Start: [Forms]![Start Menu]![Text41]

[Forms]![Start Menu]![Text41] is populated using a calendar button.

It worked the first time I ran the query but it no longer shows. The field on the form looks like a left-justified date, 1/1/2015, but comes out blank in results.

Thanks
 
how about requering, does it help.
 
Run Me.Refresh action in the After_Update() Event Procedure of [Text41]. This will send a signal to the linked query to receive the changed content of [Text41] text box.
 

Users who are viewing this thread

Back
Top Bottom