Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ArcadeJr

  1. ArcadeJr

    Run-Time Error 3075 Error in Access 97

    That did the trick! Thanks for your help! Jerry :)
  2. ArcadeJr

    Run-Time Error 3075 Error in Access 97

    Still get the same error. And if you notive, I am missing the beginning part of the query "Select * from Equipment where (" Also there should be no "OR" after that beginning part of the query (EX: '( Or(([Asset_Number]=004603 Or (([Asset_Number])=004604))'.) Jerry :)
  3. ArcadeJr

    Run-Time Error 3075 Error in Access 97

    Good Morning All! I am trying to run a report in where I am choosing from a List Box called AssetNumber from my form called Query_Menu. In that List box are a list of all the Asset Numbers that are on a table called Equipment. In the Equipment Table, there is a field called Asset_Number...
  4. ArcadeJr

    Disable Fields when Certain Tabs are chosen

    The tabs are also known as Tab Control. You get that when you click on the Formatting toolbar. The picutre looks like a folder with tabs on top. When you click on that, you are then able to create tabbed dialog boxes and have multiple pages. You can then right-click the page or tab and set...
  5. ArcadeJr

    Disable Fields when Certain Tabs are chosen

    I tried that with visible and it does not work. Here is what I did: Tab name is called Collections and the field I want to disable is called RequestedBy. I click on Collections tab and in the OnClick settings, I enter the following: [RequestedBy].Visible = False I try using the form and the...
  6. ArcadeJr

    Disable Fields when Certain Tabs are chosen

    I have a form where on the top there are fields that are used for all the letters (reports) and on the bottom of the form there are seven tabs for each of the different types of letters (reports) that can be generated. I want to disable some fields on the top part when certain tabs are chosen...

Part and Inventory Search

Back
Top