I'm attempting to give a Combobox selection, that I want carried over to subsequent records. However if I try to do this in Current, or OnExit etc
Me.Shifter.DefaultValue = Me.Shifter
I either get errors, or invalid values. Dates carry over to the default value option within properties, but print in the form as times instead. I've tried several variations on this etc, but nothing seems to be working right. It seems simple enough, just to allow an entry from a combo box, and carry that to the next record, or if an entry exists in the previous record (which will pretty much always be true) then just query this field from last record and carry it to the next one, but still allow a change if needed.
I've considered DLookup as well, but how do I query current record # and then look at previous record number and corresponding box?
Kyle B.
[This message has been edited by KyleB (edited 09-18-2001).]
Me.Shifter.DefaultValue = Me.Shifter
I either get errors, or invalid values. Dates carry over to the default value option within properties, but print in the form as times instead. I've tried several variations on this etc, but nothing seems to be working right. It seems simple enough, just to allow an entry from a combo box, and carry that to the next record, or if an entry exists in the previous record (which will pretty much always be true) then just query this field from last record and carry it to the next one, but still allow a change if needed.
I've considered DLookup as well, but how do I query current record # and then look at previous record number and corresponding box?
Kyle B.
[This message has been edited by KyleB (edited 09-18-2001).]