Search results

  1. J

    split data base not updating relationship

    Hi I have a split database I have just created anew table in the back end and created a relationship to an existing table .All done in the backend I have opened up my front end and imported the back end end .But when i check the relationships in front end niether the table or link is there...
  2. J

    continuous for change coulour of single record

    Hi I have a continuous form based on a orders table and a details sub form I list all the records in a continuos form in date of order i need to change the colour of a single record based on the condition of a tick box on the original orders form
  3. J

    Variablere trieving from another form

    Hi Im new to access programming.Is it possible to store a variable in one form and then retreive it to auto fill a field on another form . I know hot to Dim and store on the same form but trying to retreive from another form i cant do . I presume the seconf form would be something like this...
  4. J

    auo populate diffrent form

    Hi cant get my head round this one .I have a continuous form to show all my customers,I have a button that Iclick which auto brings up my main customer form (code supplied by p baldy )That all works great . On my main customer form i have varius buttons which open other forms ,I then have a...
  5. J

    access calender

    Is there a proper access calender so that events can be entered ect
  6. J

    code to import customerId

    Thanks for your help but i dont want to use subforms surely there must be some code to do this
  7. J

    code to import customerId

    I have a continuous Form for my customers,when i click thecustomers Id I am taken to the customers full form ,from that form I can access four other forms .I have a combo on each of these forms to select my customer . I need to automate this so that when i open up one of these four forms it...
  8. J

    forms cannot be altered in design

    Help I can no longer alter my forms in design view when I save them nothing happens i have to press no and then access shuts down .Ihave a feeling this is something to do with the VBA editor that i have been playing with ,but dont understand VBA .It is not all forms .I have a split Data Base
  9. J

    continuos to populate single form

    Paul should i change the form name and leave out the space
  10. J

    continuos to populate single form

    Hi Paul Cant do that the database has lots of sensitive info
  11. J

    continuos to populate single form

    Hi Paul No it didnt THis is the code DoCmd.OpenForm "[customer details]", , , "IDCustomer = " & Me.IDCustomer I checked the name in the data sheet and it was diffrent label 22 so i changed it to customer details but it still brings up the same error
  12. J

    continuos to populate single form

    Thank you Paul John
  13. J

    continuos to populate single form

    Hi Paul Thanks for your continuing help I will try again would those brackets be square or Normal John
  14. J

    continuos to populate single form

    Hi paul I have tried the code but it will not work .This is my code Private Sub IDCustomer_DblClick(Cancel As Integer) DoCmd.OpenForm "customer details", , , "IDCustomer = '" & Me.IDCustomer & "'" End Sub I am in my contiuous form named customer details2 I have attached the event to the...
  15. J

    continuos to populate single form

    Thanks Paul will try
  16. J

    continuos to populate single form

    Hi Paul Thanks for getting back to me Im not shure if your answer is what i want Basically from my contiuous form i want to be able to select a customers record by dble clicking it and open up there full customer details record I am new to vba i find it very difficult to use the editor...
  17. J

    continuos to populate single form

    Hi I have a continuous form that displays all my customers .I want to be able to dble click a customers ID and go to there customer details form
  18. J

    Updating front after splittingdata base

    Hi Plog thanks for your help think iv got it John
  19. J

    auto populate on form

    Thanks for your time much appreciated John
  20. J

    Updating front after splittingdata base

    Hi plog Thanks for getting back Yes all my existing tables have arrows showing the links but the new table in the back end isnt there .CAN YOU EXPLAIN HOW TO ADD THE LINK MANY THANKS
Back
Top Bottom