Hi,
I'm trying to check if a table is empty in my access app.
Here's what I have:
If "TableName = 0 Then
MsgBox "No Parts where found."
GoTo theend
Else
End If
I'm having trouble with the correct syntax to look for the table ("TableName").
I would appreciate any help!
Thank you!
I'm trying to check if a table is empty in my access app.
Here's what I have:
If "TableName = 0 Then
MsgBox "No Parts where found."
GoTo theend
Else
End If
I'm having trouble with the correct syntax to look for the table ("TableName").
I would appreciate any help!
Thank you!