CraigWarmy
Registered User.
- Local time
- Today, 01:17
- Joined
- Feb 13, 2009
- Messages
- 30
This code is the latest to come up and causing problems with error #40036.
Been there for a long time and then it quit working for me. Error Code:
nRoomID = Me.RoomID
sRoomName = Me.RoomName
Forms("frmCabinetDescription").Caption = sRoomName & " Room Parameters"
Forms("frmCabinetDescription").Controls("RoomName").Value = sRoomName
Using the .value at the end of the "RoomName" does not work. Neither does assigning assigning a variable to the room name.
I also tried using a form that what used for another similar program and it worked just fine. But I copied and pasted the code into my troubled DB and the problem began again. I also made a new DB and transfer everything. No luck either. My last thing is to rebuild parts of the DB.
Access is really going downhill on me because of these stupid errors that occur after they have been there for weeks.
Been there for a long time and then it quit working for me. Error Code:
nRoomID = Me.RoomID
sRoomName = Me.RoomName
Forms("frmCabinetDescription").Caption = sRoomName & " Room Parameters"
Forms("frmCabinetDescription").Controls("RoomName").Value = sRoomName
Using the .value at the end of the "RoomName" does not work. Neither does assigning assigning a variable to the room name.
I also tried using a form that what used for another similar program and it worked just fine. But I copied and pasted the code into my troubled DB and the problem began again. I also made a new DB and transfer everything. No luck either. My last thing is to rebuild parts of the DB.
Access is really going downhill on me because of these stupid errors that occur after they have been there for weeks.

Last edited: