Search results

  1. N

    Startup Help

    thanks guys, yeah i just made a form that acts like a switchboard w/ a command button that opens my forms
  2. N

    Startup Help

    oh no, i have a switchboard that i want to use w/ all the buttons and all. what i want is another form to show up, after openning the database. because once a user is done with or is not using the switchboard, the next thing they should be using is the "orders" form which i want to appear after...
  3. N

    Startup Help

    hey guys. i have a switchboard that appears automatically in my database via the startup options from tools in the menu bar. ive seen that if you have something startup, then exit it, another form will appear. how can i do this? my switchboards name is just switchboard and the form i want to...
  4. N

    switchboard trouble

    it worked perfectly, THANKS!
  5. N

    switchboard trouble

    i guess so, cuz when i went into switchboard manager, i just started to edit the one that said "Main Switchboard(default)". and when i finished adding commands and close the boxes, the switchboard still doesnt appear anywhere
  6. N

    switchboard trouble

    hey guys, im having a bit of switchboard trouble. i cant seem to make it appear when i want it to appear. i go into database utilities and then into switchboard manager and it says i already have a default switchboard. and when i go in to edit all the commands and stuff, the switchboard doesnt...
  7. N

    having a tad of trouble

    im having a bit of trouble generating a field in one of my queries. i think its fairly simple, all i want to do is have the field in my query to show a date, that is just calculated by subtracting 5 days from the current day. i have something that looks like =Now()-5 but that doesnt work...
  8. N

    H E L P

    thanks guys
  9. N

    H E L P

    hey guys, i need to know if i can do something like this: i want to in my query, create a new calculated field. this field, is calculated by taking the "quantity" field in my table, multiplied by the "status" field in my table. but the problem is, some of the entries in my status field have a...
  10. N

    Weird Date Calculation

    im absolutely terrible at vba and module developing and stuff like that. so im asking if someone could write a code for me that does the following: Takes a date from a field in a table, then if that date is a Monday or a Tuesday, it will subtract 11 days from it. And if that date is a...
  11. N

    Deriving Default Values from Table

    thanks a ton. im gonna work on it right away...although work ends in 15 minutes :P
  12. N

    Report Format Preset?

    im asking around to see if theres a way i can set default formatting for reports made from the wizard. because when i make reports from scratch, i can change the spacings between entries and what not. i wanna know if i can preset the format for reports generated froma wizard so that i dont have...
  13. N

    Deriving Default Values from Table

    ok, no rush. but just remember :p
  14. N

    Deriving Default Values from Table

    ah, i see. can i get that zipped file? thanks
  15. N

    Deriving Default Values from Table

    maybe ive said something wrong and its being misinterpreted. lemme try saying it again. when i say default value, i mean like a value that comes up and you dont need to type anything in that field. but i dont want just ONE default value for that field, i have like a 1000 default values i would...
  16. N

    Deriving Default Values from Table

    ok..i got up to the "do it" part. what exactly does "do it" mean??:confused:
  17. N

    Deriving Default Values from Table

    ill try..but im kinda slow w/ this kinda stuff... so lemme get it straight, first, you want me to create a default value table consisting of only 2 fields, the plate# and the logoname. then you want me to go change the default value in my form to something like [defaultvalues]![logoname], and...
  18. N

    Deriving Default Values from Table

    i dont get it..:confused: could i maybe get a step-by-step, but brief instruction on what to do?
  19. N

    Deriving Default Values from Table

    actually either would be fine...i dont have THAT many entries to be turned into a default entry..like 1000, i could just append them into a table. so you could just explain whichever method you feel is best. thanks
  20. N

    Entries Sum

    do i use that code as a module? sorry im new at this
Back
Top Bottom