Search results

  1. H

    Solved Problem with date range defined by a textbox

    Like I said, I'm really confused because I've gotten this to work in other databases with no problems. I followed the same steps but it's not working.
  2. H

    Solved Problem with date range defined by a textbox

    How do I upload the DB?
  3. H

    Solved Problem with date range defined by a textbox

    Here's the SQL for the query SELECT Tbl_DataSizes.Size, Sum(Tbl_PickUp.Quantity) AS SumOfQuantity FROM (Tbl_Interaction LEFT JOIN Tbl_PickUp ON Tbl_Interaction.ID_Interaction = Tbl_PickUp.ID_Interaction) LEFT JOIN Tbl_DataSizes ON Tbl_PickUp.[ID_Size] = Tbl_DataSizes.ID_Sizes WHERE...
  4. H

    Solved Problem with date range defined by a textbox

    I tried replacing it with date() and removed the time portions from the table and I'm still getting nothing.
  5. H

    Solved Problem with date range defined by a textbox

    Yes I used the gui to create this. Give me a sec and I'll upload the SQL.
  6. H

    Solved Problem with date range defined by a textbox

    I have a query that has one column that groups names together, a second column that sums up the quantity of how many total units someone has received, and then a third column that has purchase dates in it that is set to "where". I am trying to set a criteria in the date column to show results...
  7. H

    Using SQL in VBA

    I couldn't get the debug to work (I'm still pretty green on this stuff). I get a runtime error says type mismatch?
  8. H

    Using SQL in VBA

    I tried the code and it didn't seem to work. Mind if I pm the db to you? How do I attach the it?
  9. H

    Using SQL in VBA

    Lol I would like to just send the database but i wouldn't know how to trim it down. The name of the form that the list box is on? It's called FrmRent_Receipt
  10. H

    Using SQL in VBA

    I can't get it to work now? I have limited knowledge about SQL and even less about how to use it in VBA.
  11. H

    Using SQL in VBA

    Hey, I have a list box on a form that I would like to ba able to sort either by the person's name, receipt number, or by transaction date. I had found another forum post that suggested the person change the row source using vba when a button is pressed. I tried this method and it worked until I...
  12. H

    Unable to reference info on a form

    Yeah its still doing the same thing but I was able to figure out a work around for it. Right now it will do until I have a chance to remake that page. Thank you.
  13. H

    Unable to reference info on a form

    So just importing everything should fix it, it wont just import the corrupted data as well? I wont have to recreate things?
  14. H

    Unable to reference info on a form

    Hey, I'm trying to reference some information that is on a form using query but for some reason I can't. If I reference any fields in the form using a query I'll get random things like Chinese characters, blank fields, or for one of the number fields on the form will return "q" in a query. I...
  15. H

    Append query has become corrupt?

    So I've been messing around with it tonight. I was able to do the compact and repair. I was fooling around with a test query and can't get a query to reference anything that is on that form correctly. So I guess this is a form issue, so I guess I'll move threads. Thank you for you help.
  16. H

    Append query has become corrupt?

    I tried the compact and repair but it said that it could not use the file because it was already in use.
  17. H

    Append query has become corrupt?

    I have not. I've heard of that but I'm unclear what it does.
  18. H

    Append query has become corrupt?

    This is an odd one to me. I have an append query that appends 3 fields on a form to a table. It has been working well since I made if several months ago, up until I tried run it tonight. It will recognize 1 of the 3 fields with the correct value, 1 of the fields will have some funky Chinese...
  19. H

    Adding zreos

    The format code worked perfect. Thank you.
Back
Top Bottom