Recent content by Ajaysharma09

  1. A

    how do i populate the value of a field in query into a txtfield into another form

    Thanks, This is exactly what i have written in my form. Public Property Let SLBatch(value As String) txtslbatch.value = value End Property Private Sub SyncForms() On Error GoTo ErrorHandler Dim f As [Form_Date Selector] Set f = Forms("[Date Selector]") f.SLBatch =...
  2. A

    how do i populate the value of a field in query into a txtfield into another form

    Thanks Isskint My form contains several free txt fields and with the help of button, i run various commands, on the other hand the query that opens with this form is from a different set of code but one of its field is input required in the form. i hope it helps, if not see the attached image...
  3. A

    how do i populate the value of a field in query into a txtfield into another form

    I have an Access 2010 Form that opens a query through OnLoad. While both forms and query are open, I want to populate a field from query into a txtfield on Form. How can i achieve this. a practical example of code through a click on command button would explain it to me better. Thanks - Ajay
  4. A

    Re: New to Form. Looking to developing skills in Access Programming

    Re: New to Form. Looking to developing skills in Access Programming i have a form in Access 2010. On Load i have managed to put some code to open a query that produced a set of records. now i want to populate a value from my query to a txt field in my Form, either with command button or at the...
  5. A

    New to Form. Looking to developing skills in Access Programming

    HI I have worked extensively on SQL programming, done some basics in access 2010 vb programming and looking to develop it to a skill that should allow me to use it practically in my day to day work. I am a qualified Accountant. I am also qualified MCDBA. Worked Extensively on Oracle 10g DB...
Back
Top Bottom