Search results

  1. D

    Shortcut Menu 923 not working

    I have a right click shortcut menu which works well. All options work except ControlButton Id 923 which does nothing. It works on other Databases. Have done lots of comparisons between between them and and now am lost as to where to go next. I am using Office 365 on Windows 10 and 11. Help!!!
  2. D

    Append Function Return Value To Table

    I have a button on a form which runs the following code and sends parameters to a VBA function. I want to append the returned value to a table. Sounds simple, but I cannot make it work. HELP! Dim Value(100) As Integer Dim HcLoop As Integer For HcLoop = 0 to 100 ReturnValue(HcLoop) =...
Back
Top Bottom