I try to denormalize a Access database. Results from a crosstab query are loaded to a table by an "Insert into" statement. Other related data are loaded as well by the same statement.
The fields that comes from the crosstab are all char(25). If there is data present in one of these fields, the...
I need to delete a field from a table via VBA.
To close the table, so it can be altered, I load a form without a record source. The code for this form goes like this:
Private Sub Form_Load()
Dim strFelt As String
strFelt = Me.OpenArgs
DoCmd.Close acForm, "Adresser", acSaveYes...
I need to delete a field from a table via VBA.
To close the table, so it can be altered, I load a form without a record source. The code for this form goes like this:
Private Sub Form_Load()
Dim strFelt As String
strFelt = Me.OpenArgs
DoCmd.Close acForm, "Adresser", acSaveYes...
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.