Search results

  1. M

    Reort to show totals extracted from Tables

    Indeed, should be possible. But, without any information about your DB, any suggestion seems to be impossible.
  2. M

    Extract First Name from Username for Welcome Screen

    I hope. I like very much to do this, Paul.
  3. M

    Extract First Name from Username for Welcome Screen

    Or Left("Paul.Eugin",InStr("Paul.Eugin",".")-1) Hi Paul ! What about yours meeting in London ? Hope you (all) did have a good party. Some stories for us ?
  4. M

    Create Multiple Records on One Form

    If you can "calculate", is no need to store. You will "calculate" this every time you need to see this by using a query or other approach. What about to show us the entire structure of your DB ?
  5. M

    Navigation buttons

    A "subform" is a control in a form. So, will be moved with the form as any other control: textbox, combobox etc.)
  6. M

    GCSE Options Choices

    Welcome to the forum ! Sorry, but I understand... nothing from your explanation.
  7. M

    Create Multiple Records on One Form

    Unless I misunderstand, you try to save something that you already have (is calculated) in a new table. If so, DO NOT DO THIS. Database Normalization and Table Structures - Microsoft Access / VBA
  8. M

    how can i move a form without borders

    By using the .Top and .Left properties of the form.
  9. M

    Please wait msgbox while make table query running?

    You can't. Create a form with this message, show it when the update start and close it when the update is finished.
  10. M

    Setting up a database for dealers

    Read, very carefully, this: Database Normalization and Table Structures - Microsoft Access / VBA
  11. M

    Navigation buttons

    Do not close the forms. Just hide it ( .Visible = False) Do not forget to save the current record (this is automatically done if you close the form).
  12. M

    Calculated Field in Query does not work-Help!!!

    The setup of your DB is wrong. Read this: Database Normalization and Table Structures - Microsoft Access / VBA
  13. M

    Salut ! Nu te-am mai vazut de mult pe aici. Sper, totusi, sa citesti acest mesaj si, daca ai...

    Salut ! Nu te-am mai vazut de mult pe aici. Sper, totusi, sa citesti acest mesaj si, daca ai vreo idee, sa ma ajuti cumva. As vrea sa utilizez baza de date a DEX. Este "free", o pot descarca, dar este (cred) in MySQL. Stii cumva daca si cum as putea sa o convertesc in format pt Access (.mdb)...
  14. M

    Adding Text To A Report

    Glad to help you, but we need too to learn something from this forum. So... what was the solution that you adopted ?
  15. M

    Adding Text To A Report

    Add a LABEL with commas.
  16. M

    Preventing negative numbers in report

    Because OURS "<=" is different from YOURS ">=" Take a look to the IIF() function syntax.
  17. M

    Changing Embedded Excell Sheet Cell Value, Access 2010

    No, but is only my opinion. Access and Excel work very different. If the job can be done in Excel then why you need Access ?!? On the other hand, if you need a DB, Excel don't help much. Here is something that, maybe, can help you...
  18. M

    solving N equations N unknowns

    Welcome to AWF ! I haven't any problem with this download.
  19. M

    Selecting the maximum value for each primary key

    This is a big mistake: The FK should to point on a PK (ID in your case). Can you upload the DB ? (Access 2003 version)
  20. M

    Why?

    As Galaxiom already said, your data is not correct structured. Because you are lucky to have a very skilled guys from this forum here, I'll not comment. Just I converted your DB in A2003 version and I added all the tables to the Relationships window.
Back
Top Bottom