KeithG
AWF VIP
- Local time
- Yesterday, 23:21
- Joined
- Mar 23, 2006
- Messages
- 2,592
Your text box name is the problem "Profile#". You are getting the error because the # sign in the textbox name. You can either put the name in brackets Me.[Profile#] or rename the box to something like cmbProfile which I would recomend.