Search results

  1. M

    Solved Move to specific row in form's combo box

    That worked perfectly. Brilliant! I have so much to learn. Wish I could just hang out here. :) Thanks for the advice, as always. MIB1019
  2. M

    Solved Move to specific row in form's combo box

    I have a combo box on a form SELECT [qryTTT Media].Company_ID, [qryTTT Media].CompanyName, [qryTTT Media].Market FROM [qryTTT Media] WHERE ((([qryTTT Media].[Bill_ID].[Value])=8)) ORDER BY [qryTTT Media].Market, [qryTTT Media].CompanyName; The box displays CompanyName and [qryTTTMedia].Market...
  3. M

    Solved Checkbox appearance in continous form

    Thanks for that great advice. MIB1019
  4. M

    Solved Checkbox appearance in continous form

    Hope you can help. I can't figure this out and feel kinda silly. What's the correct combination of settings for a checkbox (border style, border color etc.) to get it to appear on a continuous form as sunken or etched? I hate the way they look right now, big and flat with black borders. Thanks...
  5. M

    Solved Switchboard Error 2001

    Thanks everyone. Pat, your switchboard worked for me, but I have opted for creating my own Dashboard form and it's working great. MIB1019
  6. M

    Solved Switchboard Error 2001

    I had Access translate the embedded macros to VBA and it got worse, but may be more helpful in debugging. Here is the Switchboard Items Table Switchboard Items Switchboard Items SwitchboardID ItemNumber ItemText Command Argument 1 0 Main Menu Default 1 1 Companies List 3 Company List...
  7. M

    Solved Switchboard Error 2001

    I get this Macro Error Box
  8. M

    Solved Switchboard Error 2001

    This is probably an easy fix, but I haven't been able to find it. Thanks in advance for your help in getting this pesky problem resolved. I have used the Switchboard Manager to create my Switchboard for new database. On opening the database from the Access File menu, I get the 2001 error...
Back
Top Bottom