I would like to loop through all my menu's on the main form then do a findfirst in a database file based on the menu name and check the record to see if the user is allowed access. If the returned value is false (or 0) then I want to be able to disable the menu function else It must be Enabled.

How would I do that without using Menu Aray Index's