Hello All.
Does anyone know why tables I have hidden using vba code
keep appearing after a SQL Server passthrough query is run? The tables are all hidden on load of a main menu based on access rights I have set locally but as soon as said user runs any passthrough query, all the linked tables appear.
Thanks in advance.
Does anyone know why tables I have hidden using vba code
Code:
Application.SetHiddenAttribute acTable, tdf.Name, False
Thanks in advance.