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

    query is working now Thanks it works
  3. 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 =...
  4. B

    How to create unbound Subform (Datasheet)

    Well is it possible to unbound subform in datasheet view. I have sales program and I found some time user make mistake. and I don't want to save the record unless I save it by coding. if we have unbound subform. the problem is 0%.
  5. 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