Argument | Description |
objecttype | One of the following intrinsic constants: |
acDefault (default) acForm acMacro acModule acQuery acReport acTable | |
objectname | A string expression that's the valid name of an object of the type selected by the objecttype argument. |
DoCmd.RepaintObject acTable, "Customers"