Search results

  1. P

    Move the database

    Hello all, I created my first vb.net program which is a search and display form for an access database. I had the database right in my project folder while I was creating it. Now I would like to Move the database to the server and put a password on it. For the life of me I cannot seem to...
  2. P

    Keeping format while transfering data

    Hello, I have a spreadsheet which calculates a few simple numbers. I then use the code below to send those numbers to a preformatted word document. If I send $6.00 from the spreadsheet, it shows in word as 6. If I send .00235 from the spreadsheet, it shwos as .0024 in word. How do I keep...
  3. P

    Excel as record source

    I have an excel sheet with 4 pieces of data I would like to send to an access database. The fields in the database are: quoteNumber (which is the primary key) quoteDate quoteCustomer quoteProfile I fill in the spreadsheet then press a command button with the following code: Dim db As...
  4. P

    highest suffix

    Hello, I have a form with a command button to view a file based on the selected record. The folder has several revved files. For example: 100 100a 200 200a 200b I would like to open the highest suffix. (100a and 200b). If anyone could tell me what function I should be trying to use I'd be...
  5. P

    Open multiple pdf

    Hello all. I'm trying to open pdf files from access. The files are in different folders depending on the type they are. Everything works fine the first time I run it, but if I run it again without closing Acrobat nothing happens. I would like to be able to open multiple pdf's or one after...
Back
Top Bottom