Search results

  1. P

    Print report in pdf format

    Hi, Would it be possible to print a report from access in PDF format to location "c:\temp\" I know this can be done manually by selecting printer "Adobe PDF" but could someone help me todo this via VBA. Idea is that I have this form and when I press the Print button, the report is generated in...
  2. P

    symantic check

    Hi all, Employees enters free tekst description of goods in a tekstfield. The question have been asked to query that database to check if they fill in the free tekstformat correctly. I understand that this is virtually impossible but we were thinking abount BLANCS, One character and maybe only...
  3. P

    top 10

    Hi, I was wondering if it possible to add a column in a query which shows the recordnumber of that query incrementing with 1. The reason for this is that I want to create a top 10 (records) I was thinking of a function but Im not familiair with that. rgrds, Paul from Holland.
  4. P

    setwarnings in macro doesnt work

    Hi, I have created a macro with 2 lines: 1) setwarnings is no 2) output to excel file. When I run this marco it will prompt that this file exists. I thought this wasnt the case when you setwarings to no. If I use VB with docmd.setwarnings false it does not prompt me?? Could somebody help me...
  5. P

    Filename picker

    Hi all, Im looking for an object which looks like a filebrowser and when I select a file, the path (preferable the UNC path) is recorder in an access database. Currently im typing over the location of a file and record this information into a database. rgrds, Paul.
  6. P

    Filename picker

    Hi all, Im looking for an object which looks like a filebrowser and when I select a file, the path (preferable the UNC path) is recorder in an access database. Currently im typing over the location of a file and record this information into a database. rgrds, Paul.
  7. P

    Linking a database to access on Network path level

    Hi there, I want to link an excel sheet to my database but I dont want to link the location with a drive letter but instead linking the network address. How can this be achieved? In addition, I want to startup application with a command line in a access macro and used this line but it doesnt...
  8. P

    Linking a database to access on Network path level

    Hi there, I want to link an excel sheet to my database but I dont want to link the location with a drive letter but instead linking the network address. How can this be achieved? In addition, I want to startup application with a command line in a access macro and used this line but it doesnt...
Back
Top Bottom