View Full Version : open a table in a form


mikevaughan023
02-16-2002, 07:40 AM
do you know if it is possible to open a table by using a button on a form???
does anybody know the VB code??
thanx

jwindon
02-16-2002, 07:42 AM
DoCmd.OpenTable "table name", , acEdit


Or acAdd Or acReadOnly