The strategy sounds great. I have double check my spelling and it is
correct. But I am still getting
Enter parameter value
Medication_Tabular.Form.AutoID_med
Do we need to change our continuous forms properties?
I just did some testing on one of my systems with results similat to yours.
Let's go the other way. Put a TextBox on the Main Form and make in
invisible and let's call it txtLink. Make the Control Source of this
TextBox:
=[Medication_Tabular].[Form].[AutoID_med]
Come to think of it, let's leave txtLink visible for now to watch it. It
should change when you select a different record in Medication_Tabular.
Set the Medication_justified to:
Link Child Fields = AutoID_med
Link Master Fields = txtLink
See what that does. I just tried it on my system and it works. Of course
I have different names for thinks.