I'm using Access 2007 and working on an assignment for a class on Access. One part of the assignment requires suppressing the printing of three controls based on a certain table when the PaymentID control value is null. The book gives a hint; it says, "Use the Detail section's Format event, and use assignment statements for all the labels and text boxes in the Detail section similar to Me![control name].Visible = True/False, where Me refers to the open form, and True/False means to select the appropriate property setting."
I'm lost. What is the "Detail section's Format event" and what are "assignment statements"? I've gone back to the parts of the textbook searching for the procedure, but haven't stumbled across it yet.
Can someone give me some direction here?
I'm lost. What is the "Detail section's Format event" and what are "assignment statements"? I've gone back to the parts of the textbook searching for the procedure, but haven't stumbled across it yet.
Can someone give me some direction here?