Search results

  1. O

    Simple e-mail problem

    Hi! I have a query in my dtabase that produces different e-mail addresses every day. I want to add a button in my form to send a simple message to everyone. The message is the same for all. Any ideas how to do that?
  2. O

    Auto update field on click

    Thanks a lot! This seem to work!!!
  3. O

    Auto update field on click

    Hi after I searched the forum for a solution similar to my problem I did not find anything that worked. I have a form that it is used for hiring DVDs. There are fields among others like customer_id, copy_id and a hired field wich is true or false. I also have a submit button which saves the...
  4. O

    Testing Database

    Thank you very much! :)
  5. O

    Testing Database

    Hello! Anyone knows any methods to test a new access database I've just create? I haven't insert any data yet!
  6. O

    First screen

    Thanks a lot! Works fine!
  7. O

    First screen

    Hello! Any ideas how to build an indroduction screen with buttons that will open my forms on the MS Access ? Can I make this open first when i open my database? I want it to look like a gui and not like an access database!
  8. O

    calculation with date

    sorry man I had caps lock on by mistake! Sorry!
  9. O

    calculation with date

    DateDiff("d",Now(),DATE_HIRED)*COPY!COST_PER_DAY THIS IS INSIDE THE UPDATE TO... BUT I DON'T GET ANYTHING I AM RUNNING IT...
  10. O

    calculation with date

    i tried this but it does not giving me a result
  11. O

    calculation with date

    Hi I need help. I have an update query and I want to calculate total cost. Total cost equals cost_per_day(curency) times (date_returned - date_hired). =[copy]![cost_per_day] * ??????? How am I supposed to do that?
Back
Top Bottom