The error is occuring on a Microsoft Access database where Microsoft Access is both the front end and back end. The tables in the Microsoft Access front end is being relinked every time the front end is opening. However, the specified library it is referring to is the name of the database...
I currently have the following code:
For Each ctl In Me.Controls
If ((ctl.Name = "PurchaseOrderNum") Or (ctl.Name = "ID")) Then
ctl.Locked = True
End If
Next ctl
For some reason, I'm getting a Microsoft Access runtime 438 error. It occurs at the ctl.Locked...
Hi all
I have used Microsoft Access for a few years and I would like to use VBA to hide/unhide several columns on a subform. I'm sure there is a simple answer to it, but I can't seem to find anyone who has spelled it out yet. I would like to use a multiselect list box to hide/unhide fields in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.