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 derfloh 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. Sw0rdfish149

    SQL problem

    Hi there, I've inserted an SQL statement that will enable me to pull off data out of two seperate tables and show them on a datareport. The tables are: Stock Invoice Stock Invoice Items This is my statement: manuid = dbcCompanyID.Text sqlselect = "SELECT 'Stock Invoice Items'.*, 'Stock...
  2. Sw0rdfish149

    random questions & problems

    I've been using VB6 for a while now and I've got some questions to ask: Where does an OLE word document get saved to? cos it ain't in the same folder as the Project, unless its stored in the Visual Basic Form Binary File. On an SSTab, is there any events for clicking on each tab? Is there a...
  3. Sw0rdfish149

    basic printing

    Hi there eveyone, What sort of methods are there apart from Me.PrintForm that I can use to print out a bunch of textboxes and labels and not others? Thanx Sw0rdfish149
  4. Sw0rdfish149

    Exporting data to Word via OLE

    Hi everyone, I've just started to learn about the OLE control and I want to export several bits of data to a Word Document.Anyone know how I would do this? Thanx Sw0rdfish149
  5. Sw0rdfish149

    textbox format

    Hi everyone, This may sound stupid but how would I format 2 textboxes in an array of several textboxes to only accept numbers? I want to do this through code as well, in this kind of way: If txtQuantityRemaining(X).Text = "" Then MsgBox "Please Fill in the Quantity...
  6. Sw0rdfish149

    Saving Listbox entries to database

    Hi there everyone, I've got a listbox that has several entries, each with several items in seperated by & vbtab & and I've been trying to figure out to save each listbox entry as a new record in an Access db, with each item in a different field. any answers? Sw0rdfish149
  7. Sw0rdfish149

    MSFlexGrid problems

    Hi there everyone, I just began playing around with MSFlexGrids and I was wondering how I would add the contents of two cells and show the result in a third cell? Also how would I then save the contents of a MSFlexgrid through a dataenvironment to an Access database? with each column as a...

Part and Inventory Search

Back
Top