G
Guest
I know that this is a common question and it always gets the same answer, but
it won't work in my situation. I have one of those situations where, when
linking a table from Excell, it calls a text field as numbers. I am currently
the only user who needs to do this, but we want to add up to 7 users soon. It
would be done at the begining of the day (maybe 2 or 3 times if necccessary).
Is there a way to programicly do this? Or create a routine (macro?) to empty
the current import table and re-update it? There are several reasons why I
can't alter the table:
1) The table is generated by a 3-rd party program and it must access this
table, so i CAN'T alter it.
2.) there are several Access users who will be linking, daily.
3.) I am the only person in our plant who would understand how to "import"
to everyone's computer. There are no Technoids who would understand how to
update, daily, the import table. If I am off on a business trip or vacation,
no one can doo this.
I prefer to do it as a linked table so if we need to update it several times
a day, we can. If we use a macro, we can have the controller of this Excell
spreadsheet to e-mail update notifications. It might work as a macro but i
can't figure out how to do the macro, with it's limited selections.
On my current Import table every morning I:
1.) Delete all records in in the table I call tblImport. This eliminates
deleted data and adds any updated entries.
2.) Go thru the Import Table wizzer to re-update it.
3.) i can then do my queery to do my dirty work.
it won't work in my situation. I have one of those situations where, when
linking a table from Excell, it calls a text field as numbers. I am currently
the only user who needs to do this, but we want to add up to 7 users soon. It
would be done at the begining of the day (maybe 2 or 3 times if necccessary).
Is there a way to programicly do this? Or create a routine (macro?) to empty
the current import table and re-update it? There are several reasons why I
can't alter the table:
1) The table is generated by a 3-rd party program and it must access this
table, so i CAN'T alter it.
2.) there are several Access users who will be linking, daily.
3.) I am the only person in our plant who would understand how to "import"
to everyone's computer. There are no Technoids who would understand how to
update, daily, the import table. If I am off on a business trip or vacation,
no one can doo this.
I prefer to do it as a linked table so if we need to update it several times
a day, we can. If we use a macro, we can have the controller of this Excell
spreadsheet to e-mail update notifications. It might work as a macro but i
can't figure out how to do the macro, with it's limited selections.
On my current Import table every morning I:
1.) Delete all records in in the table I call tblImport. This eliminates
deleted data and adds any updated entries.
2.) Go thru the Import Table wizzer to re-update it.
3.) i can then do my queery to do my dirty work.