Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tansc81
  • Content: Threads
  • Order by date
  1. tansc81

    Question with Openschema?

    Can someone tell me wat does this meant? wat is the array(emtpy, empty, relation use for? Set rstSrc = conn.OpenSchema(adSchemaColumns, Array(Empty, Empty, relation)) If i want to extract the schema for a particluar column of a relation, how do i do it?
  2. tansc81

    how can i merge row together? I tri

    how can i merge row together? I tried to use the .MergeCells = flexMergeRestrictRows in design mode, but i still cant make it work...Why is this so? i've also added these in the code grdFD.MergeCol(1) = True grd2ndLevel.MergeRow(1) = True grd1stLevel.MergeRow(2) = True
  3. tansc81

    calculate the frequency of the type of value from a recordset

    would like to calculate the frequency of the type of value from a recordset. i want to check if the values of a columns from a table is if correct type. For example a column in a table might be defined as of type string, but in reality the data in that columns are all integer.. so i will return...
  4. tansc81

    How can i select only 1 row of the data in the Ms FlexGrid

    How can i select only 1 row of the data in the Ms FlexGrid. the user is only allow to select 1 row at a time.. he cant drag the whole area
  5. tansc81

    Computing functional Dependency of a Access Table

    Anyone have any idea how can i computing the functional Dependency of a Access Table???? For example in the table of employee table.. most fields should be dependent on the primary key... For example, in my table there are fields like, personId, Name, Surname, age, date of birth,Area code...

Part and Inventory Search

Back
Top