Search results for query: *

  • Users: sifar786
  • Content: Threads
  • Order by date
  1. S

    Question Enabling related values backward and forward from a value

    hi, I have 2 tables called "modul" and "relation" in the attached database. I have a form called "form1" which has 1] 2 radiobuttons: "All" & "Section" (only Section should be selected for this prob) 2] 1 dropdownlist: "Module" (e.g. B2) 3] 2 checkboxes: "Von" & "Nach" (both checked) 4] 1...
  2. S

    Question Count(*) does not work for null values

    hi, i m trying to run a query on an MSAccess table, but it does not give me any count but only 0. There are 3 null values which i should be getting but it does not give me the result. This query works perfectly in MSSql Server 2008. the query is : SELECT COUNT(*) AS Cntr FROM...
  3. S

    Question Find Logic for reading SQL data

    Hi, I am trying to find a logic for reading sql query data and displaying it properly. i have 2 sql tables Modul & Relation (see attachments) which i am using to create a GDL file format (see Old and New GDL file attachments). I am trying to extract data from these tables based on the Logic...
Back
Top