Search results

  1. C

    Visible Image if 2 checkboxes are true

    Hi, I have three checkboxes on my form and I would like to set the following properties: I have an MP3, a WMA and Logged field. If logged = yes and either wma or mpr = yes, then I want a play button to be visible. I have tried using the following code: Private Sub Form_Current() If...
  2. C

    Can Anyone Help?

    Hi there, I want to index my music in a database and I have created three fields database as follows: ID (AutoNumber) Primary Key Log (Yes/No) Play (Hyperlink) I would like when I click the Log button on a form, the play field automatically names the field like this: c:\music\1.mp3...
  3. C

    Tables For Car Showroom Database

    I am constructing a database for a local car sales company and I would like to have the tables set so that if the user selects Vauxhall from a drop down menu, then all the Vauhall Models would appear in the model column. Equally, if they choose ford from the manufacturers column, then all the...
  4. C

    Creating A Search Button

    Hi, I would like to have a search field on a form that looks for data within a table. For example, I have field A and field b within the table. When someone searches for data within field a, both field a and field b data etc would be displayed. Any help would be greatly appreciated.
  5. C

    Let's see some other people's designs?

    Hi there, I am fairly new to access and I would like to see some screenshots of other Access users' designs. Just so that I can get an idea of what you can create in a basic - advanced level. The attached file is simply an exit form. By choosing Yes, Access closes down and by choosing No...
  6. C

    Welcome Message?

    I have created a form which I want to use as a welcome message. It is simply called form 1 and if the database is opened, I want form1 to be displayed for about 10seconds. Thanx
  7. C

    An automatic time + 30mins

    Hi, I have a time commence field and a time end field. Already in the Time In Field, i have the =now() and when clicked, this fills in the current time. I would like to automatically fill the Time End field by 30minutes. So if a call starts at 13:23 I would like an automatic time to show as...
  8. C

    Can U Help

    Hi there I was wondering if anyone could help me with my query. I have been asked to design a database for a small call centre who take order by telephone via credit card. I have created the database with all the necessary contact and payment details etc and I have set the telephone number as...
Back
Top Bottom