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 Wanet Telecoms Ltd 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: kidvegas19
  • Content: Threads
  • Order by date
  1. kidvegas19

    OutputTo/TransferSpreadsheet to Excel a table with a column of links

    Access/Excel 2003. I have a table of data I would like to export to Excel. For each record in this table there is a link designed to take the user to the location where the related folder (and thus the support documentation for the record) lives. This table field is of the type 'Hyperlink'...
  2. kidvegas19

    Getting a non-key dataset field value

    VWD 2005 Express For the sake of this discussion, here is the set up: I have 1 web form. On that web form I have a label, a button, and I have a gridview control bound to an accessdatasource. When I load the form, the data displayed in the gridview is: Fieldname: Code (Primary Key) Data: 12...
  3. kidvegas19

    Updating a table field with a variable

    Greetings, I am working with Access tables via Web Developer. I have two tables each of which are datasources for dropdowns. When the user picks a choice from each dropdown, a code is created from the results. In other words, the first choice in the first table returns AAA and the first...
  4. kidvegas19

    Excel autofill w/variable range?

    Why does this work: Range(ActiveCell, ActiveCell.Offset(4, 4)).Select But this doesn't: Selection.AutoFill Destination:=Range(ActiveCell, ActiveCell.Offset(4, 4)), Type:=xlFillDefault Autofill method of range class failed ???? Objective: When I run this macro, I want to autofill from the...
  5. kidvegas19

    Query Parameters - Blank for All

    I can't seem to find an answer to this using a search, so I will post it (hopefully not 'again'). Created a parameter query that prompts for a date (for the date field of course) and prompts for a TYPE. The TYPE field can contain one of five letters, A,B,C,D,E. What I want to do is prompt for...
  6. kidvegas19

    Updating a table field from a form the 'Lazy' way

    One table with 2 fields - Number, Name What I want to do (by using a form) is when I enter a number in the number field the Name field is populated AND saved to the table. Example: Input the number 1 in the Number field of the form The Name field is automatically populated with "Customer 1"...
  7. kidvegas19

    Computer Forensics?

    I am having a time trying to find any useful information on the subject of computer forensics as a career. I have found a couple of schools back east that offered CF as a program. What I can't find out is what the job market for the specialty is like. I also can find no information on what it...

Part and Inventory Search

Back
Top