Search results

  1. R

    Using code to create a new database on a 3.5 floppy

    Compile errors For some reason there is a compile error for these two statements: Dim wsp As Workspace Dim dbs As Database
  2. R

    Using code to create a new database on a 3.5 floppy

    Creating databases with event procedures Well, what I'm exactly trying to do is have an event triggered that would create a database onto a floppy disk, export a table from my current database to the one on the disk, and then append information to the exported table in the new database on the...
  3. R

    Function to do calc on user input field

    It doesn't round up i don't know... i might be wrong but I tried using your method... however the amount rounds DOWN to the nearest dollar. I think the number needs to be rounded UP. :cool:
  4. R

    Only Left Side of Report is shown

    What's the size of the right margin? Did you check the right margin size? Make sure the size for the right margin isn't rediculously large like 4.5 or something like that....
  5. R

    Function to do calc on user input field

    why not add one? i don't know if this might help but if you need to just display a number that is rounded up, why not just add one (1) to the result before using the 'Round' function... this way, it'll round down but it would look like it rounded up It might look something like this...
  6. R

    Using code to create a new database on a 3.5 floppy

    What exact code or type of code should I use to automatically create a new blank database on a 3 1/2" floppy disk? If it is possible, could I use a macro to do it as well?
Back
Top Bottom