Recent content by mitch_johnson

  1. M

    Search Coding Help

    Hi Adam, That dosent seem to be working do i need to edit it in any way
  2. M

    Search Coding Help

    Hello i currently have the following code for searching for records in my form, can anyone help me adabt it so that i dont need to type the EXACT data as in the record eg if im searching for name i have to put Julliet where i want to be able to search on just julli and it will still find the...
  3. M

    Staying in the same record in a new form

    Thanks a lot ill try that now
  4. M

    Printing And Selecting A Report

    Sorry could you please explain a little deeper as i am still picking all this stuff up what parameter do i need to change? thanks a lot
  5. M

    Printing And Selecting A Report

    Thanks, will that open the report to the record i am currently viewing
  6. M

    Printing And Selecting A Report

    Hello, what i am trying to achieve is when i click a button in my form it loads my report up and selects the record i am currently viewing and prints the report for that record. thanks a lot
  7. M

    Staying in the same record in a new form

    Hi, Please be patient with me as i am still picking up the ropes in access, what im trying to do is if i click a link in one form to open a different form in the same database, the record i was in on the first form is the same that appears on the second. Hope you understand what i mean, thanks
  8. M

    Question MS Word Integration

    Thanks For Your Reply, Sorry to sound thick but what are bookmarks and how to add them in word to link to my database, thanks
  9. M

    Question MS Word Integration

    Hi, Please Be patient with me as i am new to access and still learning the ropes. what im trying to do is create my database so that when i click a button on my form say named "print invoice" it opens a standard letter and enters the details of the current record i have opened into the relevant...
  10. M

    Question seperating data continued

    ok thanks would you mind doing an example with the code i posted before so i know what i should be putting exacly thanks
  11. M

    Question seperating data continued

    sorry here is the code i already have: Me.Cardnum = Left(Me.Text12, 16) Me.Expirydate = Mid(Me.Text12, 17, 4) Me.Startdate = Right(Me.Text12, 4) this is the data i want to spiit it is in a text box named Text12: ;6767094116363345=10072010000003757170? i want that split in a form in access please...
  12. M

    Question seperating data continued

    thank you i am quite new to access so could you please give me a more step by step answer and just to clarafy i want this to work in a form thanks
  13. M

    Question seperating data continued

    hello last week i asked for some code to seperate datafrom one field into three new fields i had some code posted which works great it was: Me.Cardnum = Left(Me.Text12, 16) Me.Expirydate = Mid(Me.Text12, 17, 4) Me.Startdate = Right(Me.Text12, 4) please could you add to this and tell me how i...
  14. M

    Question Why Isnt Access Adding Up Correctly?

    numeric long inteager
  15. M

    Question Why Isnt Access Adding Up Correctly?

    yeah i just put fieldname + Fieldname
Back
Top Bottom