Search results

  1. VasiuF

    Solved calling the value of a field from a main form -> subform into a query

    OK thanks anyway I have to find a formula for updating the table with the 4 columns
  2. VasiuF

    Solved calling the value of a field from a main form -> subform into a query

    I did not specify, the expression I want to use in a query as a condition of filtering records in the table, not in a form I have to paste existing data and then process it
  3. VasiuF

    Solved calling the value of a field from a main form -> subform into a query

    codm is the subject code 202012011 is coding for 20 - specialty 2 - year of study 01 - matter order number 2011 - year of study the difference appears in the specialty which can be from 1 to 30 (ex. 9,17,24 ...) matter order number can be: 01.02, ... 30 thank you for your promptness and help
  4. VasiuF

    Solved calling the value of a field from a main form -> subform into a query

    Hi in visual fox pro I had the following expression: val (substr (str (codm, 9), 3.1)) which returns my value 2 or 3 specify code value = 202012011,203012011,92012011,93012011 specific that in vfp codm was number but it allowed me to give it 9 fixed length, so it always counts 9 characters. in...
  5. VasiuF

    Solved calling the value of a field from a main form -> subform into a query

    I have 2 computers I work on
  6. VasiuF

    Solved calling the value of a field from a main form -> subform into a query

    I cleaned and compiled code but the problem persists and yes, I still have an application where I only do data exports in excel
  7. VasiuF

    Solved calling the value of a field from a main form -> subform into a query

    The source for frmDetaliu is selected from the right buttons, the default is _frmArma
  8. VasiuF

    Solved calling the value of a field from a main form -> subform into a query

    should be clicked on the "" Actualizare Note " button then - Matricol - must be entered (118215) - a student will be selected after which I should enter the study year (may be 1.2 or 3) in the subform I must display the subjects related to the year the study is introduced
  9. VasiuF

    Solved calling the value of a field from a main form -> subform into a query

    more precisely at load event form "notes" and then for filtering information, in the "lost focus" event of the "m_anstudiu" field
  10. VasiuF

    Solved calling the value of a field from a main form -> subform into a query

    and then how could I solve the problem? query I call it in load event "note" subform
  11. VasiuF

    Solved calling the value of a field from a main form -> subform into a query

    it doesn't seem to work :( I specify that form "note1" I renamed in "note"
  12. VasiuF

    Solved calling the value of a field from a main form -> subform into a query

    Hi all, I have a problem that I can not find a solution: form "start_meniu" - the main form, the "Note1" form, which I call in the main form. in the form "Notes" I also have a subform that calls a parameterized query. It should receive a value of the "Note1" form in the "m_anstudiu" field. But...
  13. VasiuF

    Hello everyone!

    I worked a little more on visual fox pro and now I started working with access, I have to get used to the addressing mode ...
  14. VasiuF

    Hello everyone!

    you are right, now I understand :) my problem was actually the construction of the filter in the VBA Thanks anyway for the details (y)
  15. VasiuF

    Hello everyone!

    Basically, I don't know how to use the index in the Dlookup () function so that I identify a unique record in the table composed of the 2 fields (codpers and codmateria)
  16. VasiuF

    Hello everyone!

    Hi, I have a table (codpers, codmateria, notes1, notes2) I have a string variable FILTER = "codpers = 1234 and codmateria = 456789" I want to create an index (note_ind) of two fields - codpers and codmaterials - for use in a Dlookup as follows: Dlookup ("note_ind", "table", "FILTER") Thanks
Back
Top Bottom