Search results

  1. C

    Project Database

    Thanks guys Thanks very much for your help guys, I have tried your link Dreamweaver which has helped me to get started. Thanks everyone.
  2. C

    Project Database

    Hi all I have extensively searched the forum to try and find an answer. Im trying to develop a Project tracker database which will track the progress of my ongoing projects, does anyone out there have an example or another link to get me started. I know MS Project would be the answer but we...
  3. C

    SendObject isn't available now

    Thank you Dennisk, this has done the trick. After having my computer crash and then things re-loaded etc I seemed to have missed this bit. Many thanks :)
  4. C

    SendObject isn't available now

    Thanks KenHigg I have just tried having my application open but it didnt work. I have even tried converting the database to a different Access version but this still has not done it. Back to the drawing board !
  5. C

    SendObject isn't available now

    Hi everyone. I am trying to e-mail a report or form from my Access database. However the following message keeps coming up "SendObject isn't available now" When I try to send it 'manually' via File then Send the options are greyed out. Am I missing something settings wise or am I missing...
  6. C

    Radar / Spider Charts

    Thanks "The Doc Man" that's just the job. Simple when you know how, many thanks
  7. C

    Radar / Spider Charts

    Hi there. Is there any way to get a Form or a Report to show a radar (or spider) chart in Access without going through MS Excel? Thanks
  8. C

    CTRL and Comma

    Help Sorry guys But does anyone have an answer to this problem, it keeps cropping up.
  9. C

    Number of records displayed

    Thanks for your help. It worked fine
  10. C

    Number of records displayed

    Thanks for the reply dcx693 It is a query on the fly!! Whereabouts do I put this Recordset.RecordCount property? Should i add a text box? Sorry but im not great on this topic. Thanks again
  11. C

    Number of records displayed

    Hiya, Ive tried searching on this forum but cannot quite see what i am looking for. I have a form with say 500 records in it, when a user performs a query search it finds say 250 of those records. I would like the form to display something like this: "Found 250 of 500 records" ( This is similar...
  12. C

    CTRL and Comma

    My word !! Has anyone come across this before? I had an end user press and hold down "CTRL" and then press"," ( the comma key ) then the form opened up in design mode. I did not know this was possible, I have disabled the Shift keys etc and all other back door routes ( or so i thought ! )...
  13. C

    Adding to a Table from a Form

    Thanks Mile-o-phile that seems to have done the trick. It has not quite worked as exactly as I hoped but I have tweaked it a bit. Thanks for your help.
  14. C

    Adding to a Table from a Form

    Thanks for the code. I tried it but I keep getting the message "Invalid use of Null" and the debugger highlights "For lngCounter = 1 To CLng(Me.MyCombo.Column(1))" Is it something I am doing wrong? (Ps-I think I have put the correct Field names etc in the right places ) Thanks
  15. C

    Adding to a Table from a Form

    Thanks Mile-o-phile. I looked up Access help on the subjects of DAO etc and found them to be a bit confusing or not quite what i am after. If my Form is called "frmA' and the field within this Form is named "FieldA" ( it is this field that has the combo box 1-5 ) and the Table I want to add...
  16. C

    Adding to a Table from a Form

    The problem:- I have a form with a combo box with the values 1,2,3,4,5 in the drop down list. I would like a user to select one of the numbers 1-5, lets say number 2. I would then like access to Add the corresponding number of records to a table ( in this case add 2 records ) Can this be...
  17. C

    Part Display

    Sorry for not thanking you earlier Mile-O-Phile but that last code worked perfectly. Many thanks for your time. PS- Present Post Code is my field name, is there a better convention for field names that I am not using? Thanks again:)
  18. C

    Part Display

    Sorry about that Mile-o-phile, noted for next time. Anyhow I have done the following:- 1) Set my text box to not visible. 2) Created a new text box and put this is the control source:- LEFT(Present Post Code,5) All it does is ask me for a parameter value for the above?!!! Help, i know its...
  19. C

    Part Display

    Mile-o-phile I tried to put the text that FoFa suggested in the expression box of the query. Is this not the right place?
  20. C

    Part Display

    Sorry good people, I got a reply to the following topic from FoFa a while ago and I thought I sorted out the problem but Im not sure where to put the text that FoFa suggested. Sorry for being thick but im a newbie. My problem:- I have to produce a report showing only the initials of a person's...
Back
Top Bottom