Search results

  1. Q

    Easy form image quesiton..

    Just wanted to check. I created a DB at home using access 2007. All of my forms had images on them. I then converted it over to 2003 and now at work none of the images show. Is this just because the images weren't set to 'embed' or something like that? Thanks, QR
  2. Q

    weird request (maybe)

    cool. Anyone by chance know where this option is in 07? Only thing I see is navigation pane and thats unchecked.
  3. Q

    weird request (maybe)

    maybe i should show you what i have and what i want.. right now it looks like this: How can I get it to open up like this: so far my code is: Public Function OnOpen() DoCmd.OpenForm "Login", acNormal, , , acFormEdit, acDialog End Function where i have an autoExec macro to call that...
  4. Q

    weird request (maybe)

    I want it so every time I open a particular database it opens just like the image below and in the center of the screen. Basically around that size so you don't see anything.. is it possible? right now i just did it manually and like the way it will look/function with my database. Thanks for...
  5. Q

    export query question

    I got it thanks!!!
  6. Q

    export query question

    didn't know whether this would be a macro or module or what right now I have a query that I right click on and go to export then I change it to Text. I then set it to Fixed Width and then under advanced i set field information i changed the width from 255 to 181 but keep start 1 and field name...
  7. Q

    textbox enter key

    yah, thats never going to happen lol.
  8. Q

    textbox enter key

    one more similar question.. the down key in a combo box. i want it to go down the list. i disabled it under tools> options so if you hit down it doesn't go to the next field. however it still doesn't go down the list. is there a property within the combo box because I can't find it
  9. Q

    textbox enter key

    Thank YOU!!! that was waaaaay to easy
  10. Q

    textbox enter key

    I have a textbox set to memo. when you hit enter it brings you to the next field or button. So I changed that under tools and now if you hit enter it stays in the same textbox. The thing is I want it so when you hit enter its the same has if you were hitting CTRL Enter in that it goes to the...
  11. Q

    Open outlook and Create E-mail from form

    Ok, so im using this code that I've used in the past only for excel. I think it works but i cant test it cause im at home and outlook message saying server cant be found. So thats a good sign that the code works. What i want is on the form I have a button you click it it then takes the items on...
Back
Top Bottom