Search results

  1. A

    Adding a number to a date

    hi again, DateAdd("m",[valid_for],[Medical]) AS valid_until should do it, check DateAdd in the help if u need more, it'll explain it better than me anke
  2. A

    Date query

    you should be able to use something like WHERE (((f_date_probs.xDate) Between "01/01/" & Format(Date(),"yy") And "31/12/" & Format(Date(),"yy"))); hth anke
  3. A

    Compile Error for 'myresponse'

    You've spelt myresponse/myrespsonse differently in the code to the declaration - leave in option explicit at the top and any errors like that will be flagged for u. Also a correct entry will change the capitalization of the var to its declaration Anke
  4. A

    pics in the forum

    hehe, what was it? anything interesting?
  5. A

    pics in the forum

    erm, you used "c:\accessgps\sketches\1.bmp" as the source? - you need it to be available to everyone as a url ie on a server on the net somewhere - not ur local drive, then u can do it anke
  6. A

    Convert long filenames to short.

    Hi Mike, i came across this but haven't used it at all so can't tell you if it works or not best wishes anke
  7. A

    missing operator error

    Hi os1, that looks like ADO which i don't know much about, but if you pasted that from code then you need to change FORM to FROM best wishes Anke
Top Bottom