Search results

  1. J

    Delete Button

    Hi Experts, i have a form and i need to create a button in a form to delete a record, do you have a sample form for this. thanks, Jon
  2. J

    How to Link the Two textboxes

    Hi Experts, i have created a two textboxes (1) cboItemCode (2) txtItemName. The rowsource of the cboItemcode is a query (ItemCode , ItemName) and if i choose the specific itemcode, the itemname will also appear in txtItemName Textbox. how can i do this in AFTERUPDATE in cboItemCode. Thanks, Jon
  3. J

    Subform Total to Main Form Textbox

    Hi Experts, I created a Primary Form & a Sub Form (datasheet), the subform have a QTY Field and i need to sum this QTY Field and make it appear on a textbox in Primary Form. Please help. Thanks, Jon
  4. J

    How to hide some of subform textbox

    Hi Expert, I have created a ParentForm & a SubForm, And i need to hide some textbox in subform. i already change the Visible Properties of Subform Textbox. But still when i click the formview of ParentForm, the subform textbox is still visible. Please Help. Thanks, Jon
  5. J

    Calling Textbox value from another form

    Hi Expert, I have two forms (mainform&subform), i need to copy the textbox1.value from mainform to the subform textbox2. i tried the code below but still i encounter the code error. The txtqty2 is located in subform. Please help me. Private Sub txtqty2_AfterUpdate() Me.textbox2=...
Back
Top Bottom