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 biv343 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. WalfdPD

    Display parameter box from form

    I am new to VB.net having used access 2000 to write most of my applications. I have a simple query written with the Data Adapter Configuration Wizard. It has two parameters and works fine when it is run in the query builder view. I want to run the query from a form and it runs fine without the...
  2. WalfdPD

    query with parameters from form in VB.net

    This is the full error message: QueryTest\Form1.vb:line 1The program '[924] QueryTest.exe' has exited with code 0 (0x0).
  3. WalfdPD

    query with parameters from form in VB.net

    I am new to VB.net having used access 2000 to write most of my applications. I have a simple query written with the Data Adapter Configuration Wizard. It has two parameters and works fine when it is run in the query builder view. I want to run the query from a form and it runs fine without the...
  4. WalfdPD

    simple form question

    would you post your code for your login form
  5. WalfdPD

    PASSWORD PROGRAM II

    I am using and oledbdataadapter do I change the SQL to OLE?
  6. WalfdPD

    PASSWORD PROGRAM II

    REF: thread796-1051230 I am trying to set up a simple password program to allow only certain users to gain access To a particular form. I have created a table (password) with two fields (user & pwd) and a dataset (dsPassword) which the textboxes on the form are bound to. My question is ...
  7. WalfdPD

    password protect a form

    I want to allow only certain users to access a form What I would like to do is protect the form with a simple password setup (user and password). No publication i have shows how to do it and I can't find anthing in VB.net help to direct me.
  8. WalfdPD

    crystal report date range

    Set a date range crystal reports After selecting the fields to go into the report place the cursor on the report and Right click the mouse. Select REPORTS then select REPORT OPTIONS In report options in the CONVERT DATE-TIME FIELD box choose TO DATE. Now create a parameter for startdate name...
  9. WalfdPD

    Text Box question

    I put it in the textchanged sub but moved it to the load sub and now it works as I want it to. Many Thanks
  10. WalfdPD

    Text Box question

    entered it; txtAgencyName.Select(0, 0) End Sub End Class and it still displays highlighted
  11. WalfdPD

    Text Box question

    I am using a bound text box on my forms to display an agency name. The textbox is bound to a dataset which contains the agencies name/address etc. The reason for this is so that the end user can enter whatever agency description he/she wants to appear on the form header. My problem is that when...
  12. WalfdPD

    Crystal Reports Date Range

    This formula was developed using the "record selection formula editor". Not being an experienced user of crystal reports I am not sure if I am using a sub report, but I don't think I am. As I said I am having limited success, I think I need to fine tune the startdate and enddate parameters
  13. WalfdPD

    Crystal Reports Date Range

    I am having limited success by using the following formula {ABSHST.adate} >= {?StartDate} and {ABSHST.adate} <= {?EndDate} and {ABSHST.Empnr} = {?emp}
  14. WalfdPD

    Crystal Reports Date Range

    I am using CR that came packed w/ VBnet.2003 pro edition. I need a report that shows an employees absentee days during a particular date range as selected by an end user. The data table I am using is an access table which uses the date/time format. When I use the parameter editor to compose a...

Part and Inventory Search

Back
Top