Search results

  1. A

    changing subform

    Insomnia, My problem was a little different. I did find the answer though in this thread you should check out. http://www.access-programmers.co.uk/forums/showthread.php?t=66115
  2. A

    changing subform

    Is it possible to change a subform in the subform? So in subform frm_A I have a button and when I click that I want subform frm_A to change to frm_B. I know frm the parent form I can use me.subform_name.sourceobject to change the subform, but not sure how to do it in the subform. TIA Alvin
  3. A

    Networked Access over the web?

    You should create a web based front end (ASP,PHP,.NET) and then you can use Access as the backend database.
  4. A

    Database design help please

    CustomerID-Autonumber PK TelephoneNumber LastName FirstName MiddleName Street City State Zipcode tblServices ------------ ServicesID Auto-Pk CustomerID FK (Foreign key for Customer) OperatorID FK (Foreign key for Operator) DateOfService ServiceDone Results PriceOfService tblOperators...
  5. A

    requery subform onclick

    Thanks Jon. That is exactly what I needed!
  6. A

    requery subform onclick

    So not to waste peoples time I did spend 20 minutes searching the site and just could not find the right answer. Hopefully what I want is possible. Using onclick from the parent form I am trying to requery a subform with a new sql statement that is based off of a textbox I have in the parent...
Back
Top Bottom