jaykellogg
Registered User.
- Local time
- , 19:36
- Joined
- Dec 7, 2016
- Messages
- 14
Is the name of your SubFormControl on the "frmBid" Form the same as the SubForm it is displaying? In other words, are they both named "frmBidSubSetup"?
FYI: I tend to use the Dot "." rather than the Bang "!" as it seems to have less issues when running.
You did not state which line was failing.
mainform "frmBid" has tabs named "tabcontrol". Tab0 is named "Setup". I have a form named "frmBidSubSetup" on the tab "Setup". On the form "frmBidSetup" I have the combobox "PrevailingWages".
The line where I got the error message was the first line of the if/then statement when I try to determine what the combobox PrevailingWages equals.