I am trying to get a message box to show the contents in several fields in a Do loop by concatenating the letter "F" + a counter.
The following are values in fields in the form I am working with
Field Name Value in Field
F8 A
F9 B
F10 C
What is the code that will pop up a MsgBox to show the value (A) that is in field F8 of the form?
Example: MsgBox "F" & "8" to display A in the MsgBox.
All I have been able to get the message box to display is F8 or F9 or F10, not the values in the fields - A or B or C.
Thanks,
BB
The following are values in fields in the form I am working with
Field Name Value in Field
F8 A
F9 B
F10 C
What is the code that will pop up a MsgBox to show the value (A) that is in field F8 of the form?
Example: MsgBox "F" & "8" to display A in the MsgBox.
All I have been able to get the message box to display is F8 or F9 or F10, not the values in the fields - A or B or C.
Thanks,
BB