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

    Stock Breakdown Database

    Hey All, I'm hoping this won't be too difficult, but I'll see how it goes. This database will be a list of drawing numbers. Now each drawing number can have many other drawing numbers linked to it. Basically a drawing number has many other items of stock within a drawing, which also have their...
  2. vicky666

    Reverse Loop

    Hey All :) The following code loops around and takes all the selected values from a list box and places them into a word document at a certain breakpoint. (this all works) Naturally the code starts from the lowest number, and works it's way up. This causes a problem, as when the data is...
  3. vicky666

    Search For database object

    If I enter a memberid into a text box I need to be able to see if it exists in an access database. Basically a comparison string cheers
  4. vicky666

    Delete a text file

    ok now i know this is simple but i cant remember it to save my life, How do you either delete all content of a text file or delete a text file and recreate an empty one in its place? sorry for the lack of knowledge vix :)
  5. vicky666

    Save a textfile as date

    HI guys have a small problem, basically i have this data that I want to save into a textfile which will be called whatever the date happens to be, but because the date contains "\" these things, it say file path not found. The code below works as long as you put your own filename in...
  6. vicky666

    Formatting an Auto Increment Field

    I would like to create a unique key with the format G0200000 (G02 Must not be changed) to be incremented automatically (G0200001, G0200002, etc) when a new record is created. I know this problem was posted earlier but the result wouldnt work on my mysql command prompt.The attribut to be...
  7. vicky666

    Open Access From VB

    I want to open an access database from within visual basic, the code below seems to open access and then shuts it again, any ideas?Could something be running in the background that is conflicting with the code? This is driving me mad :) Dim appAccess As Access.Application Dim strDB As String...
  8. vicky666

    Open An Access Db From VB

    I am trying to open a specific access database from within vb which runs when i click a button, below is the code i have so far but when it runs it opens access and then shuts it down straight away - any ideas? Dim appAccess As Object 'Open excel and make visible Set appAccess =...
  9. vicky666

    Save As Dialog Box

    I want to create a Save As dialog box that appears when i click on my label, i have this code below so far but i don't know what to dim my dialog box as, can anyone help as I am new to this? Dim wkbDataSave As Workbook Dim strResponse As String Set wkbDataSave =...
  10. vicky666

    Copying Selected Cells Across Worksheets

    I am designing a mini system in Excel, and I want the user to be able to select any number of cells and when they click a button, their selected cells will be copied onto a seperate worksheet. I can get certain cells that i pre-define to tranfer over but can not work out how to transfer user...

Part and Inventory Search

Back
Top