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 Rhinorhino 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: BSG75
  • Content: Threads
  • Order by date
  1. BSG75

    Creating a Log in for my VB Applicaiton

    I have a Visual Basic application that many users are using over a network. I want to creat a form that opens first before the main application form and where the users have to enter in a specified id or password. I have created at MS database that holds the users id and the information i want...
  2. BSG75

    One to Many relationship

    I have a database Ms2000 and i have several users that are using the databse over a network. The form is pulling from a Query. In one table(Loan Center) i have a primary key on Loan Center Number and i joined it with another table(Frozen Screen) that has the same field. I inputed a set of loan...
  3. BSG75

    Date Range

    I have an Access database and i am creating a VB program to pull the information into a form in the VB application, i want to be able to pull information based on a date range. I want to have a start date and end date. How do i create the form in vb to pull just the information between those...
  4. BSG75

    Creating a Shortcut on the Desktop

    I have a Vb application and when i package it to and deploy it to sever users it does not load a shorcut onto the desktop, I would like to know what the code would be to load the icon onto the desktop.
  5. BSG75

    Case Statement error.

    I am trying to run a case statement in a select statement. i am trying to do Case Priority when priority =1 then 'low', but it is not working in keep getting incorrect syntax error messages on kewords like Case and then on the '=' sign. The select statement is as follows any help on this issue...
  6. BSG75

    Changing information in a datagrid to show text not numbers.

    I have a application that is pulling data from several tables into a datagrid. I have to add a new table, but the table has only values, no descriptions for the values. I need to pull in the values and then change them to show the text value that they are associated with. I run a select...

Part and Inventory Search

Back
Top