sambo
Registered User.
- Local time
- Today, 13:54
- Joined
- Aug 29, 2002
- Messages
- 289
I have created four forms that are completely independent of each other. I would like to put them all into on Tab Control in order to make them easily accessible.
None of the forms are bound to any tables. My method of posting to table simply retrieves data and enters values into tables via code. So, All of my controls are unbound. For this reason I am getting the error "Can't build a link between unbound forms".
Is there a way to just put a working form on a tab control simply for aesthetic value. I don't want it bound to anything, i just want it to sit there and do its job.
When I do this and open the MainForm, I get an input box asking me for the parameter of my combo box.
None of the forms are bound to any tables. My method of posting to table simply retrieves data and enters values into tables via code. So, All of my controls are unbound. For this reason I am getting the error "Can't build a link between unbound forms".
Is there a way to just put a working form on a tab control simply for aesthetic value. I don't want it bound to anything, i just want it to sit there and do its job.
When I do this and open the MainForm, I get an input box asking me for the parameter of my combo box.