Hi all.
I want to ask if its possible if we could have a form that would require user input in textboxes and with that information create the dbName and dbTables ?
for example these were required to fill in [ ] = textbox :
Company Name: [dbName]
Earnings: [dbEarningsTable]
Bonus: [dbEarningsTable].[dbEarningTableC olumn]
Salary: [dbEarningsTable].[dbEearningsTabl eColumn]
is something like this possible.
each time they create a NEW COMPANY a new database is created with that name being the new company name and then they got to populate it with there own details? ??
I want to ask if its possible if we could have a form that would require user input in textboxes and with that information create the dbName and dbTables ?
for example these were required to fill in [ ] = textbox :
Company Name: [dbName]
Earnings: [dbEarningsTable]
Bonus: [dbEarningsTable].[dbEarningTableC olumn]
Salary: [dbEarningsTable].[dbEearningsTabl eColumn]
is something like this possible.
each time they create a NEW COMPANY a new database is created with that name being the new company name and then they got to populate it with there own details? ??
Comment