I have a make table query in my database that makes a table called "footage". When that table is created it contains a field called "docket", which is a four digit code number. Access makes this "docket" field a number with a field size of "double". In order to run a query on this made table, that matches against the "docket" field, I have to go into design mode for the table "footage" and change the field size property to "decimal" with a precision of "4". Obviously I cannot distribute this report to users until it is a one button process.
Does anybody know some code I could squeeze between the two queriers, to automatically change the field size of field "docket" to decimal with a precision of "4" ??
Or if I could ensure that "docket" would be given a field size of "decimal" with precision of "4", while the table was being created by my first query, that would be really cool too.
Thanks in advance
Does anybody know some code I could squeeze between the two queriers, to automatically change the field size of field "docket" to decimal with a precision of "4" ??
Or if I could ensure that "docket" would be given a field size of "decimal" with precision of "4", while the table was being created by my first query, that would be really cool too.
Thanks in advance