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

    Need Help Parsing from Common Dialog

    I'm using Access 2000. I've built a simple form that uses the common dialog to build a text string of selected files that I'll load as new records into one of the tables. I want to allow for multiple files to be selected so I've set the .FLAG property to allow multiple-selections (.FLAG =...
  2. Caper

    How to Select from HTML Table to Isolate Record?

    I'm using ADO to populate a "SELECT" form, which pulls a unique list of people from an Access DB. Once the user selects a name from the list I produce an HTML table from all the tblJobs records that have that name (see code below). This works very well, but now I want the user to be...
  3. Caper

    Use FileSysObj to List Specific Files?

    Hello All, I'm using the following FileSystemObject code to list and count the files in a given folder: Private Sub Command1_Click() Dim fsoSysObj As New FileSystemObject Dim fld1 As Folder, fld2 As Folder, strPath As String Dim fil1 As File Dim i As Integer 'counter variable i = 0 strPath =...
  4. Caper

    Make a New . . .

    How do I programaticaly create a new label on my form at run-time if I don't already have one on the form? This seems like one of those simple things that probably isn't so simple... Thanks for any help or guidance!
  5. Caper

    Declaring Form1 Variable For Use With Form2

    I'm new to this stuff so forgive what is probably an easy question. I'm using the following statement in the General section of the module for Form1: Public iID As Integer The iID variable eventually gets set to a number. When I open Form2 and try and populate a text field with the value...

Part and Inventory Search

Back
Top