S
scottmech
Guest
i have a tab control that accesses ~8 fields per page/each from a separate table. i am using subforms on each page. each subform displays data in continuos form mode and the data is based off a customerID. i am attempting to build solution without using any bound fields/etc as i will eventually be upsizing it to sql server. would it be best to call for ADODB recordsets from the main form's code or from class module(s). i attempted to call from class module and got error: Command Text was not set for command object. dunno why tho.
what do you experts think the best route to take is? this program will be used by 30 users and datastore will definitely swell quickly. i set fsub***.SourceObject = "" for all pages except one being displayed and then called sub to create recordset when that particular page is selected.
whats the BEST real world way to handle these 30 users located at 4 sites.
Please help........ im starting to hate computer.
Scott Mech
what do you experts think the best route to take is? this program will be used by 30 users and datastore will definitely swell quickly. i set fsub***.SourceObject = "" for all pages except one being displayed and then called sub to create recordset when that particular page is selected.
whats the BEST real world way to handle these 30 users located at 4 sites.
Please help........ im starting to hate computer.
Scott Mech