ppkgoldengun
MIS
I have a continous subform. On the subform I have a command button with the following code. It fails. Obviously I am missing something.
'DoCmd.OpenForm "frmRooms", , , "[RecID] = '" & Me.RoomID & "'"
frmRooms is a form to open, RecID is the frmRooms field to search on and Me.RoomID is my combobox on the the subform.
Any help woulld be greatly appreciated.
'DoCmd.OpenForm "frmRooms", , , "[RecID] = '" & Me.RoomID & "'"
frmRooms is a form to open, RecID is the frmRooms field to search on and Me.RoomID is my combobox on the the subform.
Any help woulld be greatly appreciated.