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 gkittelson 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: *

  1. rainford

    enable field but make it not updateable

    Thanks a lot guys
  2. rainford

    enable field but make it not updateable

    Is there any way of enabling a field but make it not updateable. I need to do this so that a sort can be done on the field
  3. rainford

    Order by button

    Thanks a lot
  4. rainford

    Create custom toolbar or menu wtih sort or find records only

    How do you Create custom toolbar or menu wtih sort or find records only on a continous form based off a query.
  5. rainford

    Order by button

    How do you create a custom toolbar with sort and find only
  6. rainford

    Order by button

    Yes I have disabled the toolbar.How do write the code to execute the Sort button on the toolbar
  7. rainford

    Order by button

    I am tring to put a order by button that allows the user to order the records in a continous form by clicking on the button while they are on the field that they want to order the records by My form has records source as a query(name query2) as follows SELECT EMPCODE, FORMNUMBER, PROJECT FROM...
  8. rainford

    Print a total when it come up a certain character

    form1 proj 4 1 form1 proj 3 O form1 proj 1 I form1 proj 1 C _ 9 form1 proj 2 I form2 proj 1 O _ 3 form3 proj 1 I form3 proj2 2 O _ 3 Does anyone know how...
  9. rainford

    Group by two colunms but print total when either changes

    The two columns are strings. Where do you concat the two columns in the query or the sorting or grouping option in the report.
  10. rainford

    Group by two colunms but print total when either changes

    How do you group by two columns and print a totals when either of the column value changes. The problem I am having is that if declare a footer to sum the totals for each of the column when both change at the same time then line appears with the totals. I only want one sum.
  11. rainford

    setting permissions on query

    I am trying to allow updates on tables through the form only.I set the tables permissions to read only and I am tring to programmatically set the record source of the form with update,delete and addition privilegdes on the table.However when I run the form the I am not able to do anything. I am...

Part and Inventory Search

Back
Top