Search results

  1. M

    not understanding

    Ok, I have a form based off of a query pretty simple huh? well how do I get it so when it opens the form that its already set at add a new document or how do I get it to make it show an already sorted view? IE like I have my query to sort via date desending but the form wont open that way?
  2. M

    Confused

    Last week, when entering information to my database that is finally working PERFECTLY thanks to all the help ive gotten here, it all of a sudden made this really strange entry on my main table and whenever i goto delete it says search key not found in any record, the entry is strange im saying...
  3. M

    help

    could one of you look at my question in the forms section? it hasnt gotten any looks and i really need some help PLEASE guys
  4. M

    Form + Subform = :(

    ok, i have these forms where the users enter information into it. That works fine but at the bottom of it it has an update record subform that the user enters information when it was last changed the subform will let me enter in ONE update but after that it wont let me do a dang thing so im...
  5. M

    VB Help

    is there a way to load a script in to the back end of access to make it automatically save itself somewhere? as in create a backup i guess is what I want But as in like an event driven occurance... like at certain times or if certain things happen it automatically makes a copy of it and makes...
  6. M

    Password Protect

    Yes i know i can password protect a database and that is all well and good, but my question to the group is this Can i set up like a form that will grant specific user access rights to just certain areas of the database and then allow for like an administrator super password that will allow it...
  7. M

    Data Navigation

    Ok, is there something im doing wrong here? I enter all my data into my forms and it works... but when i close the form and go to open it again the data isnt there anymore. it goes to the next autonumber file number and if i open the table the info is stored there but the form wont let me go...
  8. M

    qry to frm

    ok, maybe this is just me being new to the access world but if i take info out of a query and put it to a form, if i change the query then do i need to make a whole new form? IE add one more field to the end?... gosh and i thought I knew access
  9. M

    Type Mismatch

    Im trying a query here and I keep getting a type mismatch. Whenever I take out the MRNO table and fields that I want from it it works fine but as soon as I put that in I get the error... This is the SQL code if this helps SELECT MAININFO.LAST, MAININFO.FIRST, MAININFO.MI, MAININFO.SSN...
  10. M

    Need help ASAP

    ok, this code works, well sort of i wrote a few days ago about moving stuff from access to powerpoint well i figured that making a report, making the report richtext and then taking the richtext word file and making a powerpoint slide... it works but not really heres the code it only works for...
  11. M

    yeah

    well the fields are in a form. obviuosly i want the data as soon as its done in the form to be put from the form into power point the form changes every day but there are 14 forms with all of them making slides, with the slides they do a presentation with. now the matter with the presentation is...
  12. M

    Macro dilema

    ok in the regular macro screen, is there a way to make it run a module instead of anything else? it has run macro and after the continous loop i created by opening the same macro over and over again and not figuring out why, yes i had an unintelligence problem at the time, is there a way to make...
  13. M

    powerpoint movement

    do i have to use code to move stuff that was created in an acess form to autoexport it to a powerpoint presentation? i have no idea how to even start going about it but its something that i need to get accomplished.
  14. M

    Adding help

    Ok, again another probably really easy question im trying to add a bunch of fields together to get a total of all the numbers whenever i do it, it gives me the numbers right next to each other. if i do any other kind of function it does it, but the addition one just puts the numbers right next...
  15. M

    New To VBA with Access

    Ok yes im guessing this question is easy but something i still dont know how to do none the less. If i want access to display my instructions for the data base word document as a control i already have the module created and it works, however i dont know how to make it as a control on the switch...
Back
Top Bottom