Search results

  1. Exodus

    adding totals from tables together

    try my suggestion first. Also you down load winzip for free.
  2. Exodus

    adding totals from tables together

    Try creating a group query for each table using the sum. Create a forth qery having a three in it and do the math using expressions
  3. Exodus

    adding totals from tables together

    yes. How big is it.
  4. Exodus

    adding totals from tables together

    Can you post it?
  5. Exodus

    Really need HELP!

    Attach it.
  6. Exodus

    Really need HELP!

    What kind of text file? Access supports importing of text files already
  7. Exodus

    Fill in a record based on another form!

    For the Code of your button Forms!YourForm!yourfield=Me!yourfield
  8. Exodus

    Title Bar Issues

    There are other ways but I would just make the forms pop up. They will still see all the items but won't be able to use them including the close on the main window.
  9. Exodus

    Hiding access window faster

    Thanks Rich, I found something else @ peters Software
  10. Exodus

    Hiding access window faster

    Ok selecting the db at start up doesn't help because its not that window. Tried creating a splash screen but I need to find some code to size the Access window cover it with it.
  11. Exodus

    Hiding access window faster

    Compiled and compressed already still the same.
  12. Exodus

    Hiding access window faster

    I'm using the hide access code, when access itialy opens I still see the access window for a few seconds what can I do to speed the code up
  13. Exodus

    Requery SubForm

    Got It need the = for the criteria. Pbaldy helped me.
  14. Exodus

    Requery SubForm

    I have no idea what the "Where 1=1" does. I have barrowed the code from an example. I'm trying to requry a sub form based either or both text boxes. here is the original Private Sub cmdSearch_Click() On Error Resume Next Dim sSql As String Dim sCriteria As String sCriteria =...
  15. Exodus

    Requery SubForm

    Ok I get a syntax error Missing operator in qury expresion 1=1 And medicalrecordsupdating.serial "30000" And medicalrecordsupdating.event "Acceptance Testing" whats the problem besides the fact I don't know VB Private Sub Command14_Click() Dim sCriteria As String Dim sSql As...
  16. Exodus

    Requery SubForm

    I'm trying to requry a sub form based either or both text boxes. I need help with the code. I'm trying to rewrite something from a sample but can't seem to get it to use the criteria. It does requery though. Private Sub cmdSearch_Click() Dim sCriteria As String sCriteria = "WHERE...
  17. Exodus

    Supress Print output box

    I'm using the hide access window calls. So When I preview a report it has to go through the snapshot but I want to supres the print output message that appears and use a progress bar instead. Any way to supress the message box and call aprogress bar.
  18. Exodus

    Display Sort Order

    I was trying to get away from doing it manualy
  19. Exodus

    Floor Layout

    Thats already been done but because the isle doesn't have any records it will show but the next row comes behind it I want it to show each row in a new column.
  20. Exodus

    Floor Layout

    I'm trying to do do a floor layout on our warehouse. We have rows where we park pallets. Every two rows there is an isle I want to create a report to show the layout but to aacount for the blank isles. Is there a way to do this.
Back
Top Bottom