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 Wanet Telecoms Ltd 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 SalvadorD

  1. SalvadorD

    How to Add MSChart to Access 2010?

    Thank you for the info., and I already try with that, but to be honest I have no clue how to manipulate the data from the table and display it into the grafic through Chart control
  2. SalvadorD

    How to Add MSChart to Access 2010?

    I am working with chart, but I do not really like the regular chart that Access 2010 provides, and I was wondering if there is any way to add MSChart to my Access 2010 project or another tool in order to get a cool graphic. How to install the MSChart? have any examples?
  3. SalvadorD

    How to set a value in a field automatically in Access 2010 table

    But also disable the field difference becasue it will be fillied automatically
  4. SalvadorD

    How to set a value in a field automatically in Access 2010 table

    I have table called Balance with the following fields: year date, CAsset double, CLiabilities Double, Difference Double I need to set a value in Difference field automatically by using this operation: CAsset - CLiabilities
  5. SalvadorD

    What'sthe difference between ANSI and other vendor-specific databases?

    What is the difference between ANSI and other vendor-specific databases? witht following SQL commands: o UNION, UNION ALL. o RANK. o SELECT, INSERT, DELETE, UPDATE.
  6. SalvadorD

    Using Navigation Form access 2010 issue with the subform

    Thank you anyway, I already found the way to di it. correct way: [ID]=[Forms]![Navigation]![NavigationSubForm].[Form]![ID]
  7. SalvadorD

    Using Navigation Form access 2010 issue with the subform

    I created a Web Database, and within 2 forms and 1 navigation (web form). The form called FrmAllUsers is a datasheetform, and when I click on the field Id it opens the second form called FrmUserDetails by using a Macro with the following Macro's instructions: OpenForm Form Name...

Part and Inventory Search

Back
Top