E
eric
I'd like to create tabular forms for Access tables.
Please advise if there is any problem.
Thanks
Dim strTable As String
DoCmd.SelectObject acTable, strTable, True
DoCmd.RunCommand acCmdNewObjectAutoForm
End Sub
Please advise if there is any problem.
Thanks
Dim strTable As String
DoCmd.SelectObject acTable, strTable, True
DoCmd.RunCommand acCmdNewObjectAutoForm
End Sub