I want to deploy an application(FE/BE). I also want to be able to alter my tables by adding columns and incr/decr field sizes. I am more versed in ORACLE and just can't figure out how this is to be done in Access. As the application needs more columns for tracking more data. I think it should be as simple as adding a column to the BE design and adding the field(s) to the forms(FE). Since this is an app that is in production, the data must stay intact. Since the user expects to pop in a CD and click next the columns must be added through a vba or macro or something other than going into the backend themselves.
Oracle(very simple)
alter table tblfights add (column_name varchar2(10));
Access(is there an alter table function)
???
Thanks,
Oracle(very simple)
alter table tblfights add (column_name varchar2(10));
Access(is there an alter table function)
???
Thanks,