Search results

  1. J

    Switchboard problem

    Hi, I created a switchboard using the built in switchboard manager. I then accidentally deleted my switchboard from my project(stupid mistake on my part). However, the manager is not letting me put the switchboard back into the project. Is there a way to do this? Thanks for any help. Joel
  2. J

    Populating a text box in a seperate form

    Thanks Thank you for the help, Pat. I was able to get it to work with a little tinkering. Joel
  3. J

    Populating a text box in a seperate form

    Hi, I'm trying to open a form use a command button. I open the other form using the DoComd method and then I have it go to a New Record. My problem is that I can't figure out how to get an id box to be populated with the id value on my parent form. I can open up a form on a record that...
  4. J

    Opening a Form from a Subform

    Thanks Thanks a lot. Exactly what I was looking for.
  5. J

    Opening a Form from a Subform

    Hi, I'm trying to open up a form named "Case" from a subform named "Case List". "Case List" is on the form "Client". I'm opening case with a control button on the subform. I want "Case" to be opened to the same caseID that is selected in "Case List". This is the code I have now...
  6. J

    A question with saving

    How do you save a value from a text box in something that is not it's control source? Thanks for any help. Joel
  7. J

    newbie question

    Not Sure Sorry, I'm not sure. I guess it could be but I just about always use forms. Sorry I can't be more help on that one.
  8. J

    newbie question

    Combo Box Hi, Ya you can do that. Put a combo box on your form. Then in the properties of the combo box go to data. In data set the "Row Source Type" to Value List. Then set Row Source to the values that you want and seperate each value by a semicolon. So it would be like...
  9. J

    Question on Saving in multiple records

    Sort of Basically there is some information that is importan to be saved each visit and still have an overall record for it also. For instance, their address. This could change from visit to visit, but it is also important to know their previous addresses. I have a client, case and...
  10. J

    Question on Saving in multiple records

    They are sort of layered I'm looking to save it like this because I'm building a client database. So I have a client table, and each client can have multiple cases. So cases is my second table. Then each case could have multiple visits, so visits is the third table. So a couple of pieces of...
  11. J

    Question on Saving in multiple records

    Hello, I have what is probably a relatively simple question. I have one form and I am looking to save the value of an object in three different records, each record is in a different table. How would I go about doing this? Thank you for any help you can provide me with.
Back
Top Bottom