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

    Message Box Before Delete

    Hi, I have the following code to delete a record from my database, but I want a Message box with yes no options before the record is deleted. I keep coming up with run time errors because I'm putting something in the place. (Can you tell I'm a newbie yet?):-) Can someone help? Thanks MickJ...
  2. MickJ

    Adodc appears on form dimmed??

    I've put an Adodc control on my form (I have two others working perfectly) when I run the project the control appears dimmed and doesn't work. The other Adodc controls I have are using Provider=Microsoft.Jet.OLEDB.4.0 connected to a table and PROVIDER=MSDataShape;Data PROVIDER connected to an...
  3. MickJ

    DataGrid: How To Filter Records?

    I think I'm doing something really dumb. I have an Access table (tblVehicles) where the ID field needs to correspond to the Counter field of tblRepairs. My DataGrid is showing all the records of tblRepairs and I only want it to show the records relevant to the current vehicle. When I move to the...
  4. MickJ

    Using Enter key instead of Tab

    How do i get the Enter key to move from txt box to txt box on my form instead of using the tab key? It must be possible...right?
  5. MickJ

    MSGrid Showing all records??

    I've set up a grid which is supposed to show maintenance work performed on vehicles. The main part of the form is linked to an Access DB which displays the vehicles, the grid is showing maintenance work for all vehicles instead of just the current vehicle. What did I do/not do?? Thanks Mick
  6. MickJ

    Auto Fill Name & Address

    I am trying to Auto Fill Address, City, State And Zip fields on a VB form that reads an Access DB. Choosing a name from a combo or list box would automatically fill in the other fields. (that's my theory anyway). Any suggestions would be helpfull, writing the code for me would be better:-) Thanks.
  7. MickJ

    Need a FIND tool for VB6

    I'm looking for a "Find" tool, hopefully similar to the one used in MS Access. I need to search a database to locate a particular record based on the contents of various fields, e.g. Last Name, Stock # etc. Thanks
  8. MickJ

    VB Reports

    I need to create reports that end users can adjust for specific printers. The entire report may need to be adjusted up, down, left or right to print properly. Does Crystal reports or some other Report generator have this capability for the end user?

Part and Inventory Search

Back
Top