G
Guest
The following in a combo box comes up blank.
1) The WHERE clause is not working
2) when I see a combo box that's blank, where do I look for the problem
SELECT DISTINCT [tblPerformance].[Version] FROM tblPerformance WHERE (([tblPerformance].[NameFull])=([Forms]![frmPlan]![cboPlanNameSelect]));
I was earlier advised to remove the square brackets around [Forms]
Access keeps putting them back
Also, I want certain data to be invisible until a name is selected. (AfterUpdate code makes them visible)
I've set 4 controls to invisible, AND SAVED, and the next time I bring up the form they are visible again
This has happened 4-5 times.
1) The WHERE clause is not working
2) when I see a combo box that's blank, where do I look for the problem
SELECT DISTINCT [tblPerformance].[Version] FROM tblPerformance WHERE (([tblPerformance].[NameFull])=([Forms]![frmPlan]![cboPlanNameSelect]));
I was earlier advised to remove the square brackets around [Forms]
Access keeps putting them back
Also, I want certain data to be invisible until a name is selected. (AfterUpdate code makes them visible)
I've set 4 controls to invisible, AND SAVED, and the next time I bring up the form they are visible again
This has happened 4-5 times.