Recent content by agorman

  1. A

    exporting date as txt

    Thanks again Bob - works great. Thanks for your response also Boyd - but that coding is alittle too high tech for my level (wouldn't even know where to put it !) Regards to both of you
  2. A

    exporting date as txt

    Thanks for the quick reponse Bob - works great. One more thing if it is not too much to ask: I want add a field in the query the creates a date 12 months ahead of the origional date field (the date field is renewal date for membership club, so I would like to auto generate a date that the...
  3. A

    exporting date as txt

    Hi, I have been trying to export a query as a text file including a date field. When it exports the data, the datye field shows the correct dates as enterend on the form of my db, but includes 00:00:00, which I assume is a time. Is there a way to omit this time being appended to the date ? Thanks
  4. A

    omitting in a query

    Works great, much appriciated. Adrian
  5. A

    omitting in a query

    Hi, I have a list of people in 18 countries and I want to run a query to list people from countries other than Slovenia and Croatia I have been able to get the querry to work with 'not Slovenia' but cannot get it to omit slovenia and croatia 'Not Slovenia or Croatia' does not work Can...
  6. A

    birthday - age

    I found this DateDiff("yyyy", [DateofBirth], Now())+ Int( Format(now(), "mmdd") < Format( [DateofBirth], "mmdd") ) seems to work great. thanks
  7. A

    birthday - age

    Got one - thanks, thought it was just me who struggles
  8. A

    birthday - age

    Hi, Is there an easy way that I can run a query to find the age of a person based on their DOB ? (ie = 31/3/58 would show as 51) Thanks Adrian
  9. A

    Unique Number code

    I have set the field called 'ID' to be an Autonumber and set it as the primary key. I fugured that the result in the 'unique number' field generated (with the primary key as the first digit) will always be unique as the Primary Key is autonumber(ing). My goal is to be able to assign a Unique...
  10. A

    Unique Number code

    I have the autonumber as the key which goes 1,2,3 but I want to give a student a unique personal number with the intial of their first and last name and the year they where registered. The easiest way I could think of (being somewhat of a novice) was to create a field in a query which...
  11. A

    Unique Number code

    Thankyou for that. Regards Adrian
  12. A

    Unique Number code

    Hi, I am trying to generate a new field with a unique number. I have used the number from the ID field (this is an autonumer and key) and the initials of the first and last name field and I would like to add the year at the end. I can get it to work with the whole date but have got stuck now...
  13. A

    automated fields

    Brilliant ! - works great. Changed the field to gradetype as advised. Thankyou for that.
  14. A

    automated fields

    Hi. I have a form with 2 fields - one called 'Grade' and the other called 'Type'. Each field has pre-determined entries (20 of them) as in the example below. Grade: Type: 1 = full 2 = Partial 3 = Semi 4 = Westward etc etc.. Is...
  15. A

    Question Type of DB

    Thanks to you both for the for the link and exlination - makes more sense now.
Back
Top Bottom