Search results

  1. Y

    Displaying more than 1 Coloumn in Combo Box

    if i append the fields together how can i add new names & addresses in the combo box? Thanks~ ________ MONTANA MEDICAL MARIJUANA DISPENSARY
  2. Y

    Displaying more than 1 Coloumn in Combo Box

    Um i think im confusing you a bit When i hit the drop down box it displays all 3 columns When i select one of the values it only displays 1 column which is the Last Name ________ Xxx tube
  3. Y

    Displaying more than 1 Coloumn in Combo Box

    is this possible? I need First Name, Last Name, and Address displayed (they are three columns) but it only displays the First Name in the Combo Box when I select. I'm also wondering if I can Manually enter new values from the Combo box using the 3 columns. Thanks~ ________ Medical Marijuana...
  4. Y

    should i normalize this?

    how would i normalize this though i have around 3000 entries of these... can i use update query? how do i do star and snowflakes :P Thanks george ________ MAZDA MAZDAGO SPECIFICATIONS
  5. Y

    should i normalize this?

    http://img528.imageshack.us/my.php?image=normalnp9.jpg any advice thanks im talking about the rf1 rf2 rf3 lf 1.... when i print all of this info needs to be shown also ________ PLYMOUTH BELVEDERE
  6. Y

    printing all tabs in form

    Alrighty thanks so much ken. i would give u a green star if i can lol ________ Babi Mac Breakaway
  7. Y

    printing all tabs in form

    yes printed both of my papers lols is it possible to print all records? like you print record 1 then it loops to record 2... im asking for too much xD ________ Chrysler 180 specifications
  8. Y

    printing all tabs in form

    u r a sick man kenhigg!! ________ Buy air one vaporizer
  9. Y

    printing all tabs in form

    Hi Ken the general tab has personal infomation I cannot use that one lol... I have very little VB knowledge how would I use that code? ________ LOVE ADVICE ADVICE
  10. Y

    printing all tabs in form

    http://img413.imageshack.us/img413/5996/76957291kw7.jpg i know the form sucks any advice thanks i want to print out all the tabs... the printer will print general tab first then gynecologic then obtetiscal and so on ________ SUZUKI RV 125 VAN VAN SPECIFICATIONS
  11. Y

    printing all tabs in form

    I guess it's not possible -_- ________ FORD EDIS HISTORY
  12. Y

    printing all tabs in form

    I really need to know a way around this... My head's explodin x( ________ Homemade Vaporizer
  13. Y

    printing all tabs in form

    that's up to the auditor... I have no clue what he/she wants... any suggestions?? ________ Vaporizer
  14. Y

    printing all tabs in form

    this is in case we get audited i need to print it the forms out ________ Marijuana Vaporizer
  15. Y

    printing all tabs in form

    how can i do that If i had to make a report how am i going to make it? I have over 200 fields~ ________ Fake Weed
  16. Y

    Long form how would you guys do it??

    My doctor has a wife and husband questionaire form in microsoft word both of these forms are like 6 pages long He wants me to convert these forms into an access database form how would I do this? It's way too long~ ________ Weed
  17. Y

    very basic code... need help

    it works now with sql the thing is its not automatic I have to double click on update query everytime UPDATE Table3 SET Table3.[Take Test] = 1 WHERE (((Table3.[First Name])="X")) OR (((Table3.[Last Name Spouse])="X")) OR (((Table3.[Last Name])="X")); is it possible while updating in a First...
  18. Y

    very basic code... need help

    hi bob thanks for the fast reply Private Sub Adequate_lining_Click() CurrentDb.Execute "UPDATE History SET [Adequate lining] = -1", dbFailOnError End Sub here what i have now what i still have an expression error ________ Buy Vaporizers
  19. Y

    very basic code... need help

    Private Sub Adequate_lining_Click() CurrentDb.Execute "UPDATE History SET Adequate lining = 0", dbFailOnError End Sub I have a table named "History" and a Yes/no checkbox named "Adequate lining". I just added Adequate lining I want that checkbox to be true from the past entries i made...
  20. Y

    finding/replacing shortcut help with subforms please help

    Sorry george maybe I didn't explain this clearly When i go to the history window and type up the information i need to type - i need to click on demographics window and hit ctrl+f to find the next person. What i want to do and would be really easily for me is hitting ctrl+f at the history window...
Back
Top Bottom