suggest you re-use the same table, rather than making a new table each time.
run a Delete query to delete the data from the table, then run an Append
query (rather than a Make-Table query) to dump the new data into the
existing table.
hth
> I do not have any background in creating VBA code and very basic knowledge of
> macros in Access so please bear with me.
[quoted text clipped - 7 lines]
> having is when I try to create/refresh my pivot table in Excel, after I have
> refreshed/re-run my query, I get an error message stating "Invalid
character
> value for cast specification on column number 34 (sales Amt) in Excel.
>
[quoted text clipped - 19 lines]
>
> Thanks in advance.
MarkM - 26 Jun 2006 17:55 GMT
Tina,
Thank you for you suggestion, this works great.
> suggest you re-use the same table, rather than making a new table each time.
> run a Delete query to delete the data from the table, then run an Append
[quoted text clipped - 54 lines]
> >
> > Thanks in advance.
tina - 30 Jun 2006 04:14 GMT
you're welcome :)
> Tina,
> Thank you for you suggestion, this works great.
[quoted text clipped - 57 lines]
> > >
> > > Thanks in advance.