SpareHead3
New member
- Local time
- Today, 14:21
- Joined
- May 22, 2025
- Messages
- 18
Thank you both - I really appreciate for your efforts (and your patience with me).
I commented out the Private Sub Form_Load() section in the original database, and replaced all [NavMenu] = [AIN] lines with Me.NavMenu = Me.NavMenu.ItemData(AIN), and it worked- no rounding of the selected/highlighted Drop Menu record
So how does replacing that one line modify that function?
And, (just because I never asked anyone ever), what is the "Me." thing doing? I've used it in other sections, but it was mostly just copy/pasting coce I'd found from various web sources and since it worked I didn't think much of it.
I also went to the Editor Options and checked off "Require Variable Declaration" as you recommended.
I commented out the Private Sub Form_Load() section in the original database, and replaced all [NavMenu] = [AIN] lines with Me.NavMenu = Me.NavMenu.ItemData(AIN), and it worked- no rounding of the selected/highlighted Drop Menu record
So how does replacing that one line modify that function?
And, (just because I never asked anyone ever), what is the "Me." thing doing? I've used it in other sections, but it was mostly just copy/pasting coce I'd found from various web sources and since it worked I didn't think much of it.
I also went to the Editor Options and checked off "Require Variable Declaration" as you recommended.
Last edited: