Search results

  1. B

    To Fill Subform and then go to new record

    Hi All, I have little problem, Please solve for me. Thanks I have form contain with the subform (Datasheet). I want to fill subform from another form "that form have list Box" when I dubileClick on the record in the list box, the record move and add in the subform. till here ever thing is...
  2. B

    Recordset query

    Good Morning, I have little problem, I hope One of You Master can solve very fast. Thanks Dim SqlInv As String Dim cn As ADODB.Connection Dim UPD_Invoice As ADODB.Recordset Set cn = CurrentProject.AccessConnection Set UPD_Invoice = New ADODB.Recordset SqlInv =...
  3. B

    How to create unbound Subform (Datasheet)

    Hi Friends, I want to create unbound subform. As per your exprience can some one help me. subform must be Datasheet veiw. Thanks
Back
Top Bottom