Search results

  1. O

    _PLEASE_ Help! Project nearly due in!

    Hi, Im making a database for a school project and I have run into a small problem. I have a form for meeting minutes, and attendances to the meeting. The attendance is from PresentTable (many to many parser) that takes a member and makes them attend a meeting. However...
  2. O

    Radio Button Selection->One or The other

    Hi again. I have 2 radio buttons, BrokerFeeFlatRate and BrokerFeePercent which selects if the broker fee is a flat rate or a percentage of the total. I want to make it so that if one button is selected, the other is not. So if I click BrokerFeeFlatRate, BrokerFeePercent will be cleared, and if...
  3. O

    Dlookup or otherwise, grabbing data

    Hi again. I am currently trying to grab information from a foriegn table and have it displayed as the default value (I dont want to have then related so that if I change 1, it does the other) and I am attempting to use the Dlookup command. The value I want to look up is StockPrice from the...
  4. O

    Automatic movie playing, embedding and linking.

    Hi again. I have a second question. I have a movie that contains the company logo that I wish loaded on startup. I have it as an avi file, in a directory. What I want is this, On start-up, the database looks in the root folder (where it is located) for the movie, then automatically plays it...
  5. O

    Calculating age automatically from Date Of Birth

    Hi. I know this is probably a simple question, and it probably has a simple answer, but I have to ask anyway. How do you make it so that you enter in a Birthdate, (dd,mm,yyyy) and have it calculate an age from that with Date$(). I have got a quasi-result with DateDiff, but It doesnt take into...
Back
Top Bottom