G
Guest
Can anyone help me?
I have a combo box with a record sourse of Field List. I can then select one
of several date fields in another table.
However I cannot then use this field as I want.
I want an Unbound field to display the contents of the related field if that
makes sense!
Maybe an example would help:
Table 1: id, date1, date2, date3
Table 2: id, DateToUse (linked to field list of Table 1)
On a form I have
id _______ DateToUse __________
Date _________
The unbound field date should display the actual date in either Date 1, Date
2 or Date 3 depending on which is selected in DateToUse, without having to
use multiple if statements as there could be numerous dates in Table 1.
Is there any way of doing this?
I have a combo box with a record sourse of Field List. I can then select one
of several date fields in another table.
However I cannot then use this field as I want.
I want an Unbound field to display the contents of the related field if that
makes sense!
Maybe an example would help:
Table 1: id, date1, date2, date3
Table 2: id, DateToUse (linked to field list of Table 1)
On a form I have
id _______ DateToUse __________
Date _________
The unbound field date should display the actual date in either Date 1, Date
2 or Date 3 depending on which is selected in DateToUse, without having to
use multiple if statements as there could be numerous dates in Table 1.
Is there any way of doing this?