I have several fields in a table that are subject to the resulting recordId that displays the string shown on the drop down. They all work as they should except one and for the life of me I can't find the reason. I have checked the property sheet for all of them and all of the properties are the same (other than the obvious) as the one that only displays the recordId not the description related to that ID
The attached files are
CollStatus001 = Properties format column
CollStatus002 = Properties Data column
CollStatus003 = Properties Event column
CollStatus004 = Properties Other column
CollStatus005 = Table Entry
CollStatus006 = Display Form
CollStatus007 =Update Form
CollStatus008 =CollStatus Table
Any suggestions would be greatly appreciated
Code:
Private Sub CollStatusFld_Change()
MsgBox "The CollStatus selected is = " & Me.CollStatus
Me.CollStatusFld = DLookup("CollStatus", "CollStatus", "[CollStatusId] = " & Me.CollStatus)
End Sub
The attached files are
CollStatus001 = Properties format column
CollStatus002 = Properties Data column
CollStatus003 = Properties Event column
CollStatus004 = Properties Other column
CollStatus005 = Table Entry
CollStatus006 = Display Form
CollStatus007 =Update Form
CollStatus008 =CollStatus Table
Any suggestions would be greatly appreciated
Attachments
-
CollStatus001.JPG101 KB · Views: 84
-
CollStatus002.JPG29.5 KB · Views: 93
-
CollStatus003.JPG38.5 KB · Views: 85
-
CollStatus004.JPG36.4 KB · Views: 86
-
CollStatus005.JPG66.8 KB · Views: 87
-
CollStatus006.JPG29.7 KB · Views: 80
-
CollStatus007.JPG28.9 KB · Views: 85
-
CollStatus008.JPG22.3 KB · Views: 87