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 SkipVought 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. Candles

    Conversion Error...

    It sounds like the datagrid column that is meant to show the p_id field has been set up as an int column. You need to change this to be a varchar column.
  2. Candles

    Anyone know a hosting company with good .NET support?

    I have only just started using the host but I know they do support .NET. Perhaps worth checking it out? http://www.innerhost.com Cheers, Candles
  3. Candles

    Datagrid letter paging

    Does anybody know how to set up a datagrid so that it's paging is by letters not by numbers? For example all the people whose surname begins with the letter 'A' is displayed on the page under the 'A' link etc. Thanks in advance.
  4. Candles

    Data Reader-Data Grid-Numeric Paging

    You need to set the PageSize property of the datagrid to a number depending on how many records you want displayed. Just try it out with different numbers and see what suits. Cheers
  5. Candles

    Automatically adding date to date field

    In the Submit code, set the date field to Now(). Hope this helps. Candles.
  6. Candles

    Not wanted copying of macro

    You might have the macro enabling code in the Document > New code window. Therefore, whenever a new document is created from the template, it will activate this code module.
  7. Candles

    HELP ME !!!!!!! PLEASEEEEE

    You will need to use a For loop to read in every line. If each line has individual values that you need to read in, you will have to use a nested For loop. Hope this helps.
  8. Candles

    Excel - VBA combo box

    Hi, I want to add some combo boxes to a spreadsheet so that a user can either select a value from the box or enter a new one. I'm not quite sure how to do this. If I have 5 columns and infinite rows, does this mean that I have to have a combo box in every cell or is there a way that I can just...
  9. Candles

    Easy Excel /Combo Box Question

    Hi, I want to add some combo boxes to a spreadsheet so that a user can either select a value from the box or enter a new one. I'm not quite sure how to do this. If I have 5 columns and infinite rows, does this mean that I have to have a combo box in every cell or is there a way that I can just...
  10. Candles

    Problems with Date Range in query

    No, I have both a Start Date and an End Date in the database but I want to return all records that include a date in the specified range. Tasch...
  11. Candles

    Problems with date range query. Please Help.

    Hi I am creating a query based on a date range. I am currently using Between .... And however this isn't producing the right result. I have 2 parameters (Start Date, End Date) for the date range but I want the result to return the records so that if a start date is before the specified start...
  12. Candles

    Problems with Date Range in query

    Hi I am creating a query based on a date range. I am currently using Between .... And however this isn't producing the right result. I have 2 parameters (Start Date, End Date) for the date range but I want the result to return the records so that if a start date is before the specified start...

Part and Inventory Search

Back
Top