E
eric
I'd like to make tabular forms for each table seperately
in MS Access. Each table is different content. If I click
form to create one by one, it will waste a lof of time as
over 100 tables. It is better to onclick to create all in
a time; That's great.
I make the following script but not work. Would anyone
help to solve. Thanks.
Dim strTable As String
DoCmd.SelectObject acTable, strTable, True
DoCmd.RunCommand acCmdNewObjectAutoForm
End Sub
in MS Access. Each table is different content. If I click
form to create one by one, it will waste a lof of time as
over 100 tables. It is better to onclick to create all in
a time; That's great.
I make the following script but not work. Would anyone
help to solve. Thanks.
Dim strTable As String
DoCmd.SelectObject acTable, strTable, True
DoCmd.RunCommand acCmdNewObjectAutoForm
End Sub