Search results

  1. J

    Help Required!!!How to close a subform???

    Thanks for the reply Mile, There is an error occurring saying that 'Method or data member not found and it has highlighted Mysubform part from the Me.MySubForm.SourceObject = "" code which you gave me. Can you give me an indication of what I need to do. Sorry if this sounds stupid as I am a...
  2. J

    Help Required!!!How to close a subform???

    Hi Boys and Gals, I have a main form which has a subform within it. After data has been entered into the subform, I have added a command box on the subform which closes this subform down saves the data and goes back to the main form. I just wanted to know if anybody knew how to close a subform...
  3. J

    Urgent Help Needed !!(Searching)

    Thanks for your comments Fugga, but this is not what I was lloking for as i have tried this method already and this is also generated code. Many Thanks
  4. J

    Urgent Help Needed !!(Searching)

    Howdy Guys, I have a big problem. Basically I have a form with 2 text boxes (textboxA and textboxB) and a command button and a table called Table1 with 2 fields, Field1 (which stores the code number) and field 2 (which stores the item description). What I want is to be able to enter a code...
  5. J

    Help Me!! Reseting/ clearing a subform

    Many Thanks for your reply to my query Mrs Gorilla :D The data entry option that you suggested works only when you start the whole form from the beggining. When you press the 'save' button the form should take all the data in the subform and store it into a table (which it does) and take all...
  6. J

    Help Me!! Reseting/ clearing a subform

    Hi Guys, I have a subform (studentGrade) which is visable when the user presses a button. When this subform appears it brings back the data that had been selected before. Is there a way of clearing this data so that when the subform appears it is blank and is reset ??? Can anyone provide me...
  7. J

    Urgent!! Saving a textbox to a table

    Howdy guys, I have a unbound text box called Person code which is in a subform. The Person code is a number that is copied from the main form down to the subform. I am trying to place this Person code in to a field called PERSON_CODE in the table StudentTable but cant seem to find a way around...
Back
Top Bottom