Search:

Type: Posts; User: svetljop; Keyword(s):

Page 1 of 11 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    136

    Checking for same name (Access 2000)

    i want to make a list of those clients in the table tblClients whose field CompanyName is repeated as the same or equal.There are some wizards in the query window but i cannot use them on my...
  2. Replies
    4
    Views
    414

    Re: Yes/No field (Access 2000)

    Yes, it OK now.Thank you
  3. Replies
    4
    Views
    414

    Re: Yes/No field (Access 2000)

    Dear Hans

    I thank you for your reply which i applied. I think i have not explained correctly what i need. What i need is the following. In the items 1 and 2 from the report in the attachement, the...
  4. Replies
    4
    Views
    414

    Yes/No field (Access 2000)

    In my report i have a control showing either -1 or 0. I would like thecontrol to show the word "turneddown" if the figure is -1 and 0 if the figure is 0.Is it possible ?
  5. Replies
    1
    Views
    194

    global code (Access 2000)

    In the private codes of the form i use the command DoCmd.Close acForm, Me.Name which is very convenient.But i need to use now public codes and i
    cannot use it anymore, neither can i sue only...
  6. Replies
    1
    Views
    256

    Delete shortcut by code (Access 2000)

    How can i delete with code a shortcut on the desktop? Since th desktop has different names in the different computers,is there any way to refer to the desktop and delete the link there?
    For example...
  7. Replies
    11
    Views
    393

    Re: Get list for the desktop (Access 2000)

    Thank you, Dear Hans. My code now is great ! Super !
  8. Replies
    11
    Views
    393

    Re: Get list for the desktop (Access 2000)

    Thank you so much for your explanation.I get no errors now but i do not get the shortcuts.May be i cannot get them with the endings i include ?
  9. Replies
    11
    Views
    393

    Re: Get list for the desktop (Access 2000)

    Thank you very much for your email.I have rewritten my private function to be named GetDBZList and have written
    GetDBZList Me = Mid$(strList, 3) so with your help it is all right with the...
  10. Replies
    11
    Views
    393

    Re: Get list for the desktop (Access 2000)

    In the attachement i have applied,and that works fine, i wanted to add on a code to get also the short cuts ending with .lnk on the desktop.I put the foolowing code:
    Private Function ShortCuts...
  11. Replies
    2
    Views
    232

    Open database in another town

    Can i open the same database through internet in another town? I mean to set such a link as in the networks in our office? For the time being we send databases made with autoexec that unpack...
  12. Re: Open database in another town (Acces 2000)

    thank you for the advice.Where could i ask for building a web interface ?
  13. Open database in another town (Acces 2000)

    Can i open the same database through internet in another town? I mean to set such a link as in the networks in our office? For the time being we send databases made with autoexec that unpack...
  14. Replies
    11
    Views
    393

    Re: Get list for the desktop (Access 2000)

    Oh My God ! There is not a single file with an ending mdb on my desktop ? I am awfully sorry !
  15. Replies
    11
    Views
    393

    Get list for the desktop (Access 2000)

    I want to get the list of the databases present on the desktop.I can do it for other folders, but not for the desktop.I am applying the example where i fail to get the list for the files on the...
  16. Put an end to the right of the screen (Word 2000)

    How can I limit the right end of the screen? When I am writing, I want that the end of the screen for writing stops at say 14, while I am not stopped to write further to the right and I cannot read...
  17. Replies
    1
    Views
    190

    Structure only arument (Access 2000)

    I use a function for copying all the tables from a database.Can i add on an argument to copy Structure Only tables?
    Below is the function i use
    Public Function ImportAllTables(DBName)
    Dim...
  18. Replies
    2
    Views
    378

    disable tables ? (Access 2000)

    Is there any code to make the tables in a database somehow disabled or allowing no edits
    as it is in the forms?
  19. Replies
    4
    Views
    644

    Re: Hidden Objects (Access 2000)

    Thank you so much for your advice.I applied it and it did work. Whwn i tried to intergate it in my coe however,i coldnt change the option.
    What may be the reason for that?
    Public Sub HideTables(f...
  20. Replies
    4
    Views
    644

    Hidden Objects (Access 2000)

    In the command bar Tools- Options there is a field Hidden Objects.Is it possible to set this field to False by code?
    I have a function that hides the tables.It is an excellent function made by Hans...
  21. Replies
    5
    Views
    280

    Re: copy database (Access 2000)

    CopyFile may be not the right word, maybe copy object,but what i need to know is can i copy a query from Database B , rename it and send it to Database C ?
    Access is so powerful, perhaps there...
  22. Replies
    5
    Views
    280

    Re: copy database (Access 2000)

    I want it to do it automatically by code, since this process repeats itslef with me many times.I need a code something like
    FileCopy(/forums/images/smilies/cool.gif....
    Is it possible ?
  23. Replies
    5
    Views
    280

    copy database (Access 2000)

    I find myself in database A. I want to copy a query from Database B, rename the query toQueryNew aqnd send it to Database C.
    Is it posssible ?
    P.S. i mean sending it by code
  24. Replies
    1
    Views
    175

    DLookup (Access 2000)

    In my report i have a control source with DLookup that is all right.However, when i try to put it as code in the OnOpen event of the
    report,i receive the mseeage that you have entered an...
  25. Replies
    2
    Views
    191

    Move left (Access 2000)

    What is the command to move controls? I have a control placed in the last of the row in a form.I want this control to
    be moved temporarily in the first place and take the place of an already...
Results 1 to 25 of 254
Page 1 of 11 1 2 3 4