P
Peter
I have a timesheet form. I have fields jobNumber and WorkCodeID. JobNumber
has a description which displays only when selecting from the combo box. The
job number displays on the form. The workcodeID works a little different.
The workcodeID has a description which I want to display on the form, not the
id.
The code for my workcodeID combo box says display the description not the
code, but bind the combo box workcodeID to the form workcodeID. I hide the
workcodeID setting the column widths of the combo box to be 0cm;5cm etc.
Now when I load the form, the historical records for workcodeID are all
blank unless I set the column width to be 5cm;5cm in which case I see all the
workcodeID and not the description.
Is this some sort of ACCESS bug?
Has anyone seen a work around?
has a description which displays only when selecting from the combo box. The
job number displays on the form. The workcodeID works a little different.
The workcodeID has a description which I want to display on the form, not the
id.
The code for my workcodeID combo box says display the description not the
code, but bind the combo box workcodeID to the form workcodeID. I hide the
workcodeID setting the column widths of the combo box to be 0cm;5cm etc.
Now when I load the form, the historical records for workcodeID are all
blank unless I set the column width to be 5cm;5cm in which case I see all the
workcodeID and not the description.
Is this some sort of ACCESS bug?
Has anyone seen a work around?