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 TouchToneTommy 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 yont11

  1. yont11

    Date parts in separate fields

    Thanks PHV, I will give it a try.
  2. yont11

    Date parts in separate fields

    I am completing analysis on a SQL database where the date for transactions is split between 3 fields. One field has year, one has month, one has day. I have linked into the SQL database using Access 2003. My question is how do I in an Access query join these three fields into one field to create...
  3. yont11

    GotoPage

    Thanks Missinglinq I will give it a try. Cheers.
  4. yont11

    GotoPage

    Hi missingling, Says it can't find the field. The field is sitting on another page. Thanks.
  5. yont11

    GotoPage

    Thanks PHV & TheAceMan1 for your help. I'll keep working on it. Cheers.
  6. yont11

    GotoPage

    PHV tried what you said with the following: Me![Tabctl0].Value = 1 'Goto Page 2 it gave me a message Can't find the field 'Tabctl0' referred to in your expression.
  7. yont11

    GotoPage

    PHV it is a Tabcontrol with 3 tabs.
  8. yont11

    GotoPage

    I am having trouble getting the GoToPage command to work. I have a single form with 3 tab controls. In an on exit event I want the focus to go from one tab control to another. I have used the code: Forms!Switchboard.GotoPage 2 to move to the tab control I want but I keep getting the error...
  9. yont11

    Alternative to Hyperlink

    Thanks CMP & Remou. Does exactly what I wanted.
  10. yont11

    Alternative to Hyperlink

    I have a hyperlink button on a form that when clicked takes the user to a folder on a shared drive where they can choose a mail merge precedent letter. Is there a way to do this through VBA code without using a hyperlink? Thanks.
  11. yont11

    how to get zero for null fields in a query

    Use the Access NZ function e.g NZ([MynumberField],0) this converts the Null value to zero.
  12. yont11

    Schema Userroster

    Thanks Zion7 I will give it a try.
  13. yont11

    Schema Userroster

    I am attempting to use code to tell me who is logged on to a shared database. It is set up so that the result is sent to a list box. The problem is it is only returning one user even if there are 5 users logged on. The code I am using is below. Can anyone see why it is not listing all users...
  14. yont11

    Run Report

    Thanks PHV.
  15. yont11

    Run Report

    PHV can you point me in the right direction on the code to achieve this? Thanks.

Part and Inventory Search

Back
Top