Hello,
I use the following code to open a table called Value_UAE that has three fields,
---------***CODE****--------------
Private Sub Command1_Click()
stDocName = "Value_UAE"
DoCmd.OpenTable stDocName, acViewNormal, acEdit
End Sub
---------***CODE****--------------
I...