Search results

  1. R

    Pictures in report not showing

    Hi, I've reports that when I do preview & all the sort would display the images but once I print it no pictures prints out. Please help. Thank you.
  2. R

    Name with comma

    Thanks for the advice. So when do I trim? before or after I have imported the data?
  3. R

    Name with comma

    On the field "assigned to", I tried editing the names it worked, I wonder if it has something to do with the way I imported it from excel spreadsheet? Your thoughts? Thanks
  4. R

    Name with comma

    :) don't worry I can assure you I did put in the quotes before I even tried posting this issue here. :)
  5. R

    Name with comma

    It was actually wrapped in quotes and that is the error I get.
  6. R

    Name with comma

    Hello, thank you very much for this very enlightening views from everybody. I've attached my sql design. The one with the circle is actually what i'm referring too. thanks again everyone.
  7. R

    Name with comma

    Hi, How do I query using this format ("lastname,firstname")? thanks
  8. R

    How to display data on my query?

    I hope somebody could help me with this problem :(
  9. R

    How to display data on my query?

    Ok. here is the database. Thanks
  10. R

    How to display data on my query?

    I did that, which brings me now to the question, why is there no data displayed when I tried to open the form and even when I tried it on datasheet view, no data displayed I've already have 3 records.
  11. R

    How to display data on my query?

    Hi All, I've 3 tables that I want to query, I want the data to display on a form? How do I do this? My form is a continous form. Help. Thank you in advance. :)
  12. R

    Forms Master & child issue

    thanks for all your help. was able to figure it out.
  13. R

    Forms Master & child issue

    Hi, Happy New year to all! Thanks so much for all the help I get from this forum. Again I'm back to ask questions :) Here goes.... First I have a Main form where I want to put 2(two) subforms, I want to relate the 1st form to the main form and the 3rd form to the 2nd form the catch is I...
  14. R

    3 cascading combo box

    Thank you I tried but I can only do two combo box. I'll just try another solution to my problem. Thank you for your time.
  15. R

    3 cascading combo box

    Hi, I don't seem to understand?
  16. R

    3 cascading combo box

    Hi, I've been trying to create a cascading combo which has 3 combo boxes but I am getting nowhere. Can somebody help me please. The form "frmCommunicationInfo" has Category, Make and Model which is a combo box that I would like to display the data on the first combo box which would relate to...
  17. R

    Data on 1 Form to display on another

    I guess posting the database should be the next step for me. I really don't know what to do next.
  18. R

    Data on 1 Form to display on another

    I did see that typo "txtborx" so I changed it to txtbox_VehicleId but still compile error
  19. R

    Data on 1 Form to display on another

    I only changed it to see if it would help solve my problem but it did not. I tried what you suggested DoCmd.OpenForm "frmVehicleMaintenance", , , "VehicleId=" & me.txtborx_VehicleId and still doesn't work, still gives me compile error message.
  20. R

    Data on 1 Form to display on another

    Here it is, I tried changing (the one in red text) this DoCmd.OpenForm "frmVehicleMaintenance", , , "VehicleId=" & Me.txtbox_VehicleId to this DoCmd.OpenForm "frmVehicleMaintenance", , , "txtbox_VehicleId=" & Me.txtbox_VehicleId still same error message that I've attached here
Back
Top Bottom