Nov 13, 2002 #1 dakotauk Technical User Oct 16, 2002 30 GB i know how to create buttons, but cant manage to create a button to load a table it only allows me to load forms or reports? anyone know of a way??
i know how to create buttons, but cant manage to create a button to load a table it only allows me to load forms or reports? anyone know of a way??
Nov 13, 2002 #2 RottPaws Programmer Mar 1, 2002 478 US If you just want the button to open a table, set the OnClick event of the button to [Event Procedure] and enter the following line in the sub: DoCmd.OpenTable "TableName" _________ Rott Paws ...It's not a bug. It's an undocumented feature!!! Upvote 0 Downvote
If you just want the button to open a table, set the OnClick event of the button to [Event Procedure] and enter the following line in the sub: DoCmd.OpenTable "TableName" _________ Rott Paws ...It's not a bug. It's an undocumented feature!!!