pjustin1
11-09-2001, 06:42 AM
Hi, I need to add new columns through the input from the user through a form, is this possible? and can I later display all these added fields in another form?
Thanks
Justin
Thanks
Justin
|
View Full Version : can I add new columns to table through forms pjustin1 11-09-2001, 06:42 AM Hi, I need to add new columns through the input from the user through a form, is this possible? and can I later display all these added fields in another form? Thanks Justin Chris RR 11-09-2001, 07:05 AM The first question is, "Why?" What you need to make sure that you are NOT doing is something like, say, having the users add a column for "December" when they have December data to enter. If they need to do this, your tables are not structured correctly. In fact, I am having a hard time figuring out a good example of when you would ever want to do this, unless you are building some kind of Access pre-processor... |