Ok i understand. But you cant open *.mdb file not having access.
And in my organizations people can't even use other application then Excel, they will say:
"we want training" any my organization will say" sorry, we dont have enough money"...
So Excel is only one solution in my organization
Sorry i can do nothing with this.
Code should looks like:
So model is now simple from Administrator view:
1. Administator is changing rows in Excel database (via userform) and each time for edited record and specific user within this record there is an action:
- drop table with specific user name in Access database
- insert to this table all records with this User name - so this is at the same time updating user table so one big query table is also updated.
What do you think ? Maybe this is not a good solution?
Thank you Guys for you support,
and i know that my Organization is strange, sorry.
Jacek Antek
And in my organizations people can't even use other application then Excel, they will say:
"we want training" any my organization will say" sorry, we dont have enough money"...
So Excel is only one solution in my organization

Code should looks like:
ZdanieSQL = "INSERT INTO [tb_" & Login & "] SELECT * FROM [Zgłoszone Wnioski$] IN " & FileName & " WHERE [Login]='ljar02'"
So model is now simple from Administrator view:
1. Administator is changing rows in Excel database (via userform) and each time for edited record and specific user within this record there is an action:
- drop table with specific user name in Access database
- insert to this table all records with this User name - so this is at the same time updating user table so one big query table is also updated.
What do you think ? Maybe this is not a good solution?
Thank you Guys for you support,
and i know that my Organization is strange, sorry.
Jacek Antek