Microsoft
Software
Hardware
Network
Question : How do I make a database that stores data from a form with sections that have an unknown number of entries
I have a form that will be entered into a database it has fields for name address etc. but then it also asks for how many bank account info like balance account type etc
it also asks for real estate information
since I dont know how many bank accounts or properties the person filling out the form has I dont know how many columns to create in a table
I assume this can be solved by having multiple tables but I dont know how to proceed
I am using sql 2008
Answer : How do I make a database that stores data from a form with sections that have an unknown number of entries
You can link the data by an id# assigned for the first table to each person.
If you don't, and you use XML, etc., you will make it much much harder on yourself later, as data needs to be added, changed, etc..
Random Solutions
German character encoding
howto get user mailbox off SBS 2008
Getting an error when running classic asp app on windows 7 with iis7
Restrict usernames to url encode-safe characters?
class diagram,sequnce diagram
Access 2007 - UNC paths in VBA to files on a server (2003)
Crystal 2008 modify current date format.
Totaling with Crystal Reports
Sending two emails within same script
Need to iterate through all the files in a dir in perl and copy them elsewhere