Recent content by srideout2525

  1. S

    Using a query to change values in a table

    Thank you Gotit. Just finished it as I received your post. It's been awhile since I've opened Access :(
  2. S

    Using a query to change values in a table

    I have a table filed with rates. I want to have all the rates reduced buy 15 dollars. How can i easily implement this change?
  3. S

    Display reports in front of forms

    I cannot find the Report Properties POP UP or Modal? Where are they??
  4. S

    Display reports in front of forms

    First off I'll express my frustration, because dispite the many times I asked this question and been told it couldnt work, I had it working on three of the office computers. That is, when i click a button on a form, I got a preview of a report to display in front of the form, then I could print...
  5. S

    Switchboard open automatically

    How can i get the switchboard to open automatically, Instead of clicking Access then clicking the form.
  6. S

    Pulling Front Page Form data into Access Table

    I have the same problem....can anyone help?
  7. S

    split database

    I'm still have speed issues. Here's a split database question. (maybe Im doing this wrong) I split the database. The front and backend reside on the server. All I did was add a short cut to frmMainSwitchBoard on everyone connected to the server. Is this a good way of doing things? If not...
  8. S

    slow

    Is the db run over a network? YES - the database is split with the tables on the server. Do you run complex queries? Not really. For some sections there are a few queries that have four to six tables involved...but it's slow all over. How many users? Upto 4 - 6. BUT mostly one at a time...
  9. S

    slow

    I'm having complaints about my database. People are telling me that when they try to open up a form it takes forever. Why would things take so long to load? Is there a way to speed it up? Any suggestions?
  10. S

    where in query

    Sorry all, i was adding too much. Simply >0 works. I'll come back when I have something a little more difficult
  11. S

    where in query

    I have a query where I would like to display the records where payment is greater than 0. In other words, where there is a payment made. I didnt mess with the sql, only the design view. any help
  12. S

    When values are Null

    Ok so i talked myself through it. Actually someone in my office helped out. It was a LEFT JOIN that worked. I was using an INNER JOIN. So I basically learned the difference in JOINS.
  13. S

    When values are Null

    Ok, no I'm not talking to myself...but, it appears as though it has to do with the inner join..and relates to what i first said.
  14. S

    When values are Null

    Actually I think I'm wrong. I did the simplest of queries, return ONLY the order number, but not all my orders return?!?!?!? HELP..I'm confused
  15. S

    When values are Null

    I'm trying to make a query where I sum the rates in an order and sum the additional costs in an order. Unfortunately when there are no additional costs in the order the query leaves that order out. so for example Order 1 has rate 200, 300 and costs 40 and 50 so i group by order# and sum the...
Back
Top Bottom