Recent content by George Hewitt

  1. G

    How can my cursor get an "hand" shape ?

    Re: How can my cursor get an "hand" shape ? only 12 years lol :o
  2. G

    Help with a calculated field.

    Cheers for the help Epiek did the trick.
  3. G

    Help with a calculated field.

    Hello Guys, So i today I am wondering if anyone can guide me with a calculation im trying to achieve. I want to take the sum of all records 'cost' i.e. record 1 - 2 record 2 - 4...
  4. G

    Restricting the Date

    Yes it seems a lot more complicated than i first expected
  5. G

    Restricting the Date

    Hello all. So i have another question I have had on my mind recently regarding Date. I want to limit the choice of dates entered so it only allows certain dates. E.G. Can only a date which resides on a sunday. If anyone has any general guidance on how to achieve this or manipulate formatting...
  6. G

    Cumulative Data!?

    Cheers for the information.
  7. G

    Cumulative Data!?

    Is Cumulative data bad for access? It must be! I am doing some work experience for a company and am convinced that entering cumulative data every week for a unique activity is bad? For example: data entry of records unique to a marketing activity date -------no.responses...
  8. G

    Simple update query question

    Thanks Plog for your assistance :)
  9. G

    Simple update query question

    Very true. My main question was in fact about the SQL programming as i have no previous experiences. Sorry to be a pain UPDATE Activity SET Activity.SRC_ID = Mid([Publication_Name],1,3) & "-" & [Activity_ID]; Publication_Name is in the Publication table was i meant to enter that somewhere?
  10. G

    Simple update query question

    Ok ill try explain! Well the system before the one im creatng now uses a 'sourcecode' it was something they made up. I suggested like you said just to use an atomic simple autonumber right but they needed to have this 'significant unique code' for each marketing activity (the code is publication...
  11. G

    Simple update query question

    Ahh ok thanks for the help, Yep i just relaised i shouldn't be using lookup values all over my database :( I'm going to approach the select query tommorow but i will post if i need any assitance.
  12. G

    Simple update query question

    Hey all, I am currently struggling with the following. I have created a table which has columns which are auto populated by related fields using lookups. For example: I have an Activity tbl (for advertising activities) and a Publication tbl (which is used to select which publication the...
  13. G

    Combining Fields to create a unique ID.

    Hmm im thinkng this may possibly involve VB code ? I am a massive noob! ;D Edit: I figured out how to do this by using an update query with the two fields i want! yay ;)
  14. G

    Combining Fields to create a unique ID.

    So i have been looking into this matter the past few week. I certainly understand the principals alot better. I can see that making a unique indexed field with the appropriate data values would make alot of sense. I have been searching and looking for material on how to achieve this in...
  15. G

    Combining Fields to create a unique ID.

    Sorry for the late reply jdraw I understand this alot better now. Infact i have deliberately been using autonumber everywhere in my design and it seems to be working fine :D So cheers.
Back
Top Bottom