Recent content by doylie

  1. D

    Relating fields in a form

    DONE IT I had to change the bound column from 1 to 2 now it seems to work ok.:D
  2. D

    Relating fields in a form

    OK, no worries. Thanks for your time.:)
  3. D

    Relating fields in a form

    I've just changed the names to box1 and box2 so the code is Private Sub box1_Change() Me.Box2.Requery End Sub I've also changed the SQL to suit.:) Cheers.
  4. D

    Relating fields in a form

    Forget that last one I've just changed the names, However it still does the same. Also I don't know if this matters but some records in the table don't yet contain a subMCGRP. Would this matter or would I be able to just pick the blank space in this case. Sorry.:confused:
  5. D

    Relating fields in a form

    Yes, Obviousley this is a problem:eek: , Erm....... The form was inherited, how do I change them:confused:
  6. D

    Relating fields in a form

    Here is the SQL, erm. SELECT DISTINCTROW [Asset Data - Cleansing].mcgrp FROM [Asset Data - Cleansing] GROUP BY [Asset Data - Cleansing].mcgrp; SELECT DISTINCTROW [mcgrp], [SubMCGRP] FROM [Asset Data - Cleansing] GROUP BY [mcgrp], [subMCGRP] HAVING ([mcgrp]=[Forms]![Asset Data - Cleansing...
  7. D

    Relating fields in a form

    Nearly a star It would seem that, whatever I pick from the list, only the first item in the list is displayed. Sorry to be a pain:confused:
  8. D

    Relating fields in a form

    Thankyou Thankyou, what a Star!!!!!!!!!!!!!!!!!1:) :)
  9. D

    Relating fields in a form

    Nearly Now I get a list that relates to the other one but I have some blank spaces and a lot of duplicates.....
  10. D

    Relating fields in a form

    Not quite right This is nearly right, but all I am getting is a choice of what was selected in the first field.ie. If CADM was selected in the first field, Then I get a choice of CADM,CADM,CADM,CADM,CADM,CADM etc.:(
  11. D

    Relating fields in a form

    Limit options in list 2 Cheers Harry, But I am trying to make it so that the options are limited to what has been selected in the first field. If this is what you meant how do you do it:D
  12. D

    Relating fields in a form

    I have two fields in a form which are linked to tables forming pull down lists. however these fields relate to each other and I am trying to make it so that if you pick an item from the first list, the second list only lets you choose items that are related to that list eg:- CADM FRIER CADM...
  13. D

    adding days to a date

    Cheers. The format was dd/mm/yyyy. English layout.;) No worries it worked a treat.:cool:
  14. D

    adding days to a date

    I have several dates in the format 01/02/1999. All I need to know is how to add seven days to this date so it reads 08/02/1999.?
  15. D

    number problem

    I have a problem where by I need to change values in an access table which actually represents a date, they are stored like yymmdd, I have preceeding zeros to represent 2000 etc...ie. 000101 = jan 1st 2000. The problem I have is when I try to convert these dates into a new field name using:-...
Back
Top Bottom