In article <[EMAIL PROTECTED]>,
Sean Berry <[EMAIL PROTECTED]> wrote:
>I have four tables that all have the same column names (50 in each.)
>
>I have created an admin program to edit, delete and add records to the
>tables and would like to use the table name as a variable in each query so
>the co
Carsten Haese wrote:
> On Fri, 2006-02-03 at 13:24, Sean Berry wrote:
>> I have four tables that all have the same column names (50 in each.)
>> I ... would like to use the table name as a variable in each query so
>> the code can be used for each of the 4 tables
>> To ensure that string are q
"Carsten Haese" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Fri, 2006-02-03 at 13:24, Sean Berry wrote:
>> I have four tables that all have the same column names (50 in each.)
>>
>> I have created an admin program to edit, delete and add records to the
>> tables and would lik
On Fri, 2006-02-03 at 13:24, Sean Berry wrote:
> I have four tables that all have the same column names (50 in each.)
>
> I have created an admin program to edit, delete and add records to the
> tables and would like to use the table name as a variable in each query so
> the code can be used for
I have four tables that all have the same column names (50 in each.)
I have created an admin program to edit, delete and add records to the
tables and would like to use the table name as a variable in each query so
the code can be used for each of the 4 tables. Usually I would do something
lik