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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. carolla

    VBA code to open MS Access forms using XP and Windows 7

    PHV...It worked!! Thank you so much:) Have a great weekend, Cheers
  2. carolla

    VBA code to open MS Access forms using XP and Windows 7

    Thanks folks, I'll let you know how I make out when I'm back to work.
  3. carolla

    VBA code to open MS Access forms using XP and Windows 7

    Thank you Strongm, Thanks for getting back to me so quick. I haven't had a chance to try this yet and just going off shift, but will get on it as soon as I'm back to work. Cheers[smile]
  4. carolla

    VBA code to open MS Access forms using XP and Windows 7

    Hello, we are in the process of switching over from Windows XP 32-bit to Windows 7 64-bit and the computers that have been upgraded are not using the same path. How can I reference both paths so everyone can access these databases during the transition? This is the path for the Windows 7...
  5. carolla

    Problem with moving to a specific record

    Thank you to the both of you for such quick responses. AceMan...I put your code in and it worked like a charm. I spent so much time on this one and just couldn't get it right. (And yes, I did have to drop the red quotes) Thanks again, Carolla
  6. carolla

    Problem with moving to a specific record

    I have a vehicle maintenance database that I’m having a problem with. There is a main form with subforms: frmMaster!frmVehicle!frmVehicleLog. On frmVehicle, there is a button that indicates how many outstanding work orders there are for that particular vehicle. When you click on that button...
  7. carolla

    Form has altered object list in VBA

    MajP Thank you, Thank you, Thank you. The controls were all renamed with "hid" and hidden behind one another. I added all the new ones in this format and it's working great. Carolla
  8. carolla

    Form has altered object list in VBA

    MajP The intelisense does come on for all of the pre-existing fields/controls that are in the code, but not any of the new fields I've added (the new fields I've added in the table don't even show up in the object list at the top of the code). The intelisense has a complete drop-down list, so I...
  9. carolla

    Form has altered object list in VBA

    I’m having a problem working in a database that I did not build, so I am not entirely familiar with it. I have tables tblProperties and tblInspections. tblProperties has information regarding individual properties as well as contact information. tblInspections has information that’s been...
  10. carolla

    Combo box options based on result from another field

    Tigerlili3 I have the Type, Make, and Model fields in the same table (tbl_radio). The Type field has a value list as the data source for the combo box of the different types of communications equipment. The Make and Model fields do not have any lists associated to them yet. Carol
  11. carolla

    Combo box options based on result from another field

    I am in a MS Access form for tracking communications equipment. The parent field is the combo box "Type" (ie. pager, base, mobile, portable). One of the combo boxes that I would like attached is the "Make" field (Motorola, Kenwood...). Pagers have certain makes, with base, mobile, portable...
  12. carolla

    Combo box options based on result from another field

    Is it possible to choose an item from a combo box in one field and have the choices updated in another combo box. For example, if I choose a Type Of Equipment from one combo box, can my options to choose from in Make and Model combo boxes be linked to my first choice?
  13. carolla

    Tab Control within a Tab Control

    Thank you Roy-Vidar, my problem was I was trying to add the tabs on the master form when I should have added them to the individual form before putting it on the master. Problem solved, thank you very much.
  14. carolla

    Tab Control within a Tab Control

    I have an equipment form with several Tabs. On some of these forms, I would like to have tabs within tabs. Is this possible?? When I try to put a new Tab Control onto an existing one, it ends up being visible on every tab and overrides whatever is already on that form.
  15. carolla

    Create a custom report...

    I ran into a similar problem. Try placing a textbox in the the Detail section of the report and setting the Control source property to: =IIf([Health_State]=-1,"Dead","Alive")

Part and Inventory Search

Back
Top