R
Rush
I have a dual primary key, IDNO and TIME. these 2 fields
are on a master form, which has links to a few other forms
which also have IDNO and TIME as the primary key. I am
trying to get it where I enter an IDNO and a TIME in the
master form and when i go to a linked form, the same IDNO
and TIME automatically pop up. the code im using is =
[Forms]![MasterFormName]![MasterFormField] in the Default
value section of the field's properties. This works great
for the IDNO. but for the TIME, all that shows up is
#Name?. can anyone help me? Thanks.
are on a master form, which has links to a few other forms
which also have IDNO and TIME as the primary key. I am
trying to get it where I enter an IDNO and a TIME in the
master form and when i go to a linked form, the same IDNO
and TIME automatically pop up. the code im using is =
[Forms]![MasterFormName]![MasterFormField] in the Default
value section of the field's properties. This works great
for the IDNO. but for the TIME, all that shows up is
#Name?. can anyone help me? Thanks.