Search results

  1. M

    Can you automatically set a forms's margins in a2k.

    I want to print a page with .5 magin instead of the typical 1 inch. I am using access 2000, so i can not use printer.leftmargin. Is there a way i can do this through code somehow instead of going into page setup on each users computer? If the page margin is set to larger than 1" it will print...
  2. M

    Adjust margin with vba code?

    I know in access 2003 i can use: printer.leftmargin = 0 but in access 2000 there is no printer object. Is there a way of setting the margin with vba from access 2000?
  3. M

    Stop BEEP when msgbox appears.

    I want to stop the beep sound from coming up when i open a messagebox, i did already uncheck 'Provide Feedback With Sound' in options. Any other suggestions?
  4. M

    Can you compact on close in access 2000 runtime?

    Can you compact on close in an access 2000 runtime enviorment? Also, if i select the option to compact on close will it work on every computer i copy this database to? Or is it a property of that computer?
  5. M

    Public Access Terminal - Mouse only application

    This is a stripped down version of my public access terminal. It is a sort of nice way to post information/run simple searches, and make sure that a this is the only application running. This program is ment to be used with no keyboard infront of the computer. This way a user can not...
  6. M

    Can I detect if a program is posted over network

    I am about to start selling my new application to several municipalities, and it will be sold on a per computer basis. To activate their software they will need to obtain a product key which i will give them based on their hard drive ID number. The problem i have is that if they post the...
  7. M

    Password user level hack? Anyone try this?

    http://www.everythingaccess.com/AccessPasswordRetrievalPro.htm I tried out the free version and it works great. I was actually supprised at how quick and easy it was to find the password to my BE database. I'm gonna have to think twice about how I am securing the data. Has anyone bought...
  8. M

    Product Registration

    Ok, this sight goes through the code using vb to create a registry key that will unlock the program when it is registered. That way it can not be moved from one computer to another without becoming a unregestered version. Can anyone get this to work...
  9. M

    Post your DB w/Reports

    Just wanted to see how everyone elses reports are looking. So post a sample db or a screenshot.
  10. M

    Set another databases password using code?

    Ok, i have just created a new database for storing my data... that is if it doesn't already exist, using the createdatabase method. Now i would like to set that database password to "12345". Is therw a way i can do that automatically or using code with out actually going to that database and...
  11. M

    is it possible to create another dataase through using VBA?

    is there a way to create a database using vb saying something like this create a new database called "DataFile" and copy table1, table2, table3, and table4 from the current database file to the database called "DataFile" part of my splashscreen checks for the database, if it isn't in the same...
  12. M

    Listbox Formating, See Attachement

    Ok, still some visual work to do on this screen, but what i want to do is format the 2nd and 3rd colum as currency. As you can see in the attachement it currentley doesn't show cents. Any help or suggestions how i can correct this would be appreciated.
  13. M

    How to get beginning and ending dates of current month

    I know i have read this before, and i have been searching for a hour now. can someone tell me how set a variable = the beginning date ofthe month and another variable2 = the ending date of the month? Thanks for your help!
  14. M

    Is this leagal?

    Ok, so i am looking at purchasing this program to use the source code to icorporate into my program. The software is approximitily 450.00 for what they call 'unlimited royalty free distribution' and goes on to talk about being to incorporate the code into any application i develop for inside or...
  15. M

    How much experience do you have with access?

    Just wondered how much experience eveyone has had with access.
  16. M

    Can't make MDE File

    Why would my 'make mde file' button not be enabled? Any suggestions?
  17. M

    Good sights for command buttons and other images

    Just looking for any good places to find unique command buttons i could use in my application.
  18. M

    how can i get this total

    Is there a way to pull a total number out of a table using a query. My db has recent tax assessments broken down by class, the problem is it is all together and i don't need each class i only need the total. How can I say: For table "2004Assessment" Give me the...
  19. M

    Force size of popup

    Is there a way to force the size of a popup form? I want it to be around 3.5" by 4" because every time it popus up it is only around 2" by 1" and i have to resize it to look right.
  20. M

    Call command on a diferent form

    What code would i use to say: on click goto the form "datalookup" (which is already open) and run command "cmdupdate_click" (which is a private sub on that form). do i have to change it to a public sub? or can i just run it? what code would i use?
Back
Top Bottom