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

    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...
  3. 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!
  4. 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!
  5. 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