Search:

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

Page 1 of 12 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    242

    Switched off computer (Access 2000)

    I have the following problem. I have to copy files to other computers with the following code:
    If Dir(Alex) <> "" Then
    Kill Alex ' this is the path to the computer
    End If
    StrDest = Alex
    FileCopy...
  2. Replies
    1
    Views
    206

    link to the desktops (Access 2000)

    Can i create a link by code to the destops of different computers having a path in the main computer for example "C: Mansions dorns.mdb
  3. Replies
    6
    Views
    308

    Re: Change number in table (Access 2000)

    I have succeeded ! Thank you !
  4. Replies
    6
    Views
    308

    Re: Change number in table (Access 2000)

    The table orders in my database uses only one autonumber and the same database from the other company uses a different autonumber in order to differentiate. The last number in our autonumbers is...
  5. Replies
    6
    Views
    308

    Re: Change number in table (Access 2000)

    In that case I should not append the order at all. Since it will create havoc in my database.I think the way to do it is to create a new order and then update and not append order 142929 to this new...
  6. Replies
    6
    Views
    308

    Change number in table (Access 2000)

    I have an appended order from a foreign database with an autonumber that does not follow the autonumber of my table. In my example my last autonumber is 142929 while the appended row is 142929. I...
  7. Replies
    2
    Views
    221

    Re: Update query (Access 2000)

    Thank you for your reply. I suceeded to make it having only one order in the table.So because of your message i discovered my error and now it is ok

    kind regards
    Markus
  8. Replies
    2
    Views
    221

    Update query (Access 2000)

    I have an update query that diesnt update. it gives no error, but updates 0 records. Why is it so ?
    UPDATE Customers1 INNER JOIN orders1 ON Customers1.Customerid = orders1.customerid SET...
  9. Replies
    4
    Views
    252

    Re: Update query (Access 2000)

    And of course it works.Thanks a lot !

    your grateful Markus
  10. Replies
    4
    Views
    252

    Re: Update query (Access 2000)

    Yes thats what i want. In my example i want items5 from 22 to be changed to 2. Which is the result in qry3.Due to reasons you have explained Access does not accet my critera and puts them into...
  11. Replies
    4
    Views
    252

    Update query (Access 2000)

    I get an error named "operation must use an updatable query" in an effort to build an update query from one query an one table.I want to use the result from the query to update a field in the...
  12. Replies
    7
    Views
    338

    Re: Warehouse query (Access 2000)

    Thank you so much Hans. That is us exactly what i wanted
  13. Replies
    7
    Views
    338

    Re: Warehouse query (Access 2000)

    Of course i will begin studying your help but before that i want to thank you really for your prompt and professional attention you have given to me and to everybody else in this site.Just to...
  14. Replies
    7
    Views
    338

    Re: Warehouse query (Access 2000)

    Yes, thank you, it shows only those records selected.As to your question,I want to begin the calculations from the order which has audit = True.In my example this is order number 142914. There is...
  15. Replies
    7
    Views
    338

    Re: Warehouse query (Access 2000)

    Yes there are no records for which audit = true and suborder= true.Only one record must exist with audit = true since the calculations begin from that point.But there exist also records where...
  16. Replies
    7
    Views
    338

    Warehouse query (Access 2000)

    I want to make a query with two conditions : to include all the orders having orders.Audit = > True and also all the orders where orders.Suborder = true. I want to exclude the orders that have no...
  17. Replies
    2
    Views
    257

    Syntax error (Access 2000)

    How can i remove the syntax error in my sql ? I want to make a table called Customers1 with only one customer, whichi get from my recordset, used for other functions too

    Dim dbs As DAO.Database...
  18. Replies
    1
    Views
    306

    Open with password (Access 2000)

    How can i open a form with a password ?
  19. Replies
    2
    Views
    234

    Re: Simplify code (Access 2000)

    Thank you Hans, thats really great !
  20. Replies
    2
    Views
    234

    Simplify code (Access 2000)

    I need to carry out commands to change a macro in 9 databases. The paths are called FETa,FESz, etc. i want ti simplify the code and write the paths as argumnets for example
    PrivateFunction...
  21. Delete table in remote database (Access 2000)

    I have a function to rename a macro in remote database.Is it possible to use this function also to delete the table calls and the form frmCalls in the remote database ?
    Public Function...
  22. Replies
    7
    Views
    373

    Re: Remote database (Access 2000)

    Yes, thank you! it works great !
  23. Replies
    7
    Views
    373

    Re: Remote database (Access 2000)

    Yes,i have copied and pasted:
    Public Function RenameMacro()
    Dim strPassword As String
    Dim app As New Access.Application
    On Error GoTo ErrHandler

    strPassword = "secret"
    ...
  24. Replies
    7
    Views
    373

    Re: Remote database (Access 2000)

    Dear Hans

    when i tried the code i got the folowing error with pointing to the line
    OpenCurrentDatabase
    Compile error : wrong number of arguments or invalid properrt assignment
    maybe it is...
  25. Replies
    7
    Views
    373

    Re: Remote database (Access 2000)

    Thanks Hans really grateful for that it was a great help for me
Results 1 to 25 of 280
Page 1 of 12 1 2 3 4