User Profile

Collapse

Profile Sidebar

Collapse
ypper2001
ypper2001
Last Activity: Mar 19 '09, 01:07 AM
Joined: May 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Correct paper size is choosen, 72mm X receipt, still does not work. I have no ideas what to do so if anybody has other ideas....

    Thanks for taking the time to look at this :)
    See more | Go to post

    Leave a comment:


  • Hi, thanks for your replay and suggestion. I tryed to upgrade the driver but stil get the following message: "Microsoft Access can't print or preview the page because the page size you selected is larger than 22.75 inches." I also tryed an older driver, but still get the same mesage. Any ideas?
    See more | Go to post

    Leave a comment:


  • ypper2001
    started a topic Report won`t print when I choose a POS printer

    Report won`t print when I choose a POS printer

    I have a POS printer, Star TSP 100, that I would like to use to print a receipt. The problem is that when choosing the correct paper 72mm X receipt, Access comes up with an error telling me that the paper is to large. When choosing 72mm X 200mm It prints the receipt but cuts it at 200mm. Can anybody help?
    See more | Go to post

  • ypper2001
    replied to Renaming form mde file
    I will try to explain it a little better please have patience whith me my english is not that good, and I have just started to toy around whit access. :)

    There are two forms doing the exact same thing with the exact same controls and fields. The differense between them are the layout.

    Both forms are based on the same querys and there are some list boxes based on sql.

    All together there are about 40 different...
    See more | Go to post

    Leave a comment:


  • ypper2001
    started a topic Renaming form mde file

    Renaming form mde file

    Here is my "problem":
    I have a form that is based on a lot of different querys,the result of the querys shown in the form are based one the input given on the form, this form is in two versions and I need the user to be able to change between this to versions.

    I made a script that closed the form, renamed it to the same name as the second version, then renamed the second version to the same name as the first version....
    See more | Go to post

  • ypper2001
    replied to Hiding data in Access
    Thanks for the hints and for the advice. I will try this out and se if it serves my purpose. Thanks again.
    See more | Go to post

    Leave a comment:


  • ypper2001
    started a topic Hiding data in Access

    Hiding data in Access

    Can anybody point me in the right direction?
    I have created a small db that I am distributing to the people I work with.
    It is a read only db with some what sensetive informasjon if you could pull out large amount of data.
    My problem is that by using import in Access you can pull out the data in the tabels.

    Is there a way of hiding the Tabels?
    See more | Go to post

  • ypper2001
    replied to Creating a time limited form
    Yes it did and thank you for helping out!
    Best wishes from the land of the midnight sun....
    See more | Go to post

    Leave a comment:


  • ypper2001
    replied to Creating a time limited form
    No one that can help?
    See more | Go to post

    Leave a comment:


  • ypper2001
    replied to Creating a time limited form
    I would like the form to open when entering one other form, lets say you open the form Orders. If the date is between the ones mentioned above it would open over the other form as a notice. I would connect the code to the happening "on open" in the form Orders

    After the date has past (Form Show to: 01.01.2008) this form would not open again until I have changed the dates in the table (Time_To_Show).

    It`s a...
    See more | Go to post

    Leave a comment:


  • ypper2001
    started a topic Creating a time limited form

    Creating a time limited form

    I need to create a time limited form, here is an example:
    In a table (Time_To_Show) I have stored the foloving info:
    Form show from: 23.12.2007
    Form Show to: 01.01.2008

    I need to write a code that displays this form (Time_To_Show_F orm) between this two dates.
    How would I achieve this?

    Thanks for any help with this.
    See more | Go to post

  • ypper2001
    replied to Returning only the file name
    Thanks a lot for your help, everything is working as it should now : )...
    See more | Go to post

    Leave a comment:


  • ypper2001
    replied to Returning only the file name
    Thank you for your response.
    That worked, but when I put in Option Explicit at the top, the "strFileNameOnl y =" got highlighted and the folowing error was shown:

    Compile Error:
    Variable not defined

    Why?
    See more | Go to post

    Leave a comment:


  • ypper2001
    started a topic Returning only the file name

    Returning only the file name

    I am trying to get only the filename in the [file] but it returns the path and filename. I am new at Access and need help. What should I do?

    Private Sub File_Click()
    Dim fileName As String
    Dim result As Integer
    With Application.Fil eDialog(msoFile DialogFilePicke r)
    .Title = "Choose file"
    .Filters.Add "All", "*.pdf"
    .FilterIndex = 2
    .AllowMultiSele ct = False...
    See more | Go to post

  • ypper2001
    started a topic Geting only the file name

    Geting only the file name

    Sorry wrong forum should be Access
    See more | Go to post
No activity results to display
Show More
Working...