Search results

  1. B

    Synchronise database

    conclusion, there is no way to update a remote form from the same database on another PC... Thanks to all for replying.
  2. B

    Synchronise database

    It is more a common question . Everytime i want to run a database and use 2 different PC's i want to synchronise the other pc for common things like 'login' or changing values in controlfields on the remote form.
  3. B

    Synchronise database

    I don't know how to run a procedure by changing/updating values in a table by use of data macros. Maybe you have somewhere an example otherwise there maybe is an example on youtube? Thanks for helping...
  4. B

    Synchronise database

    I'm not a fan of the form.timer. It would be nice if there was a function that is executed when you write a value to a table or field on the form. When you type value's in a field there are several functions like 'on change' but these are not executed when the field is changed when writing a...
  5. B

    Synchronise database

    The DB is already splitted (Tables in another DB) if that's what you mean. The Login record in the table (wich is used by both PC's) is changed by PC2 but the field in PC1 is not automatically update
  6. B

    Synchronise database

    Hello, I have a database running on a server. On 2 different PC's i'm running 2 different forms form the same database, one on each PC. I use the same tables. I have made a login form that i run from PC 1 to login as a user, i write the loginname to a table. On PC 2 i can check this tabel to...
  7. B

    Call function in other Database

    Hello doc_man, see further explanation, thanks.
  8. B

    Call function in other Database

    I added some more explanation. It’s about warehouse not workorders.
  9. B

    Call function in other Database

    Thanks… 🙏
  10. B

    Call function in other Database

    Here some more info. A Kardex is a warehouse with 60 drawers in a box above each other who will bring the drawers to an opening on demand. There are two kardex next to each other. The first database runs on a pc where an access program with tasks who controls the kardex en manage the parts and...
  11. B

    Call function in other Database

    Here some more info. A Kardex is a warehouse with 60 drawers in a box above each other who will bring the drawers to an opening on demand. There are two kardex next to each other. The first database runs on a pc where an access program with tasks who controls the kardex en manage the parts and...
  12. B

    Call function in other Database

    I understand that is not the perfect solution for my problem. Here is wat i try to realise. The application is Back-end Front. I use one database to manage a warehouse (Kardex). This application controls the electrical magazin and also for looking up the inventory, here the user also needs to...
  13. B

    Call function in other Database

    I tested it and it works but the database is used also bij other users so it has to stay open.
  14. B

    Call function in other Database

    Correct, it is a Public function and is also working.
  15. B

    Call function in other Database

    Hello, I'm trying to run a public function from another database (kardexcommands.accdb) by a sub_click function of a button in my local database. It works fine but every time i push this button a copy of kardexcommands.accdb database opens multiple times and then the functions is called...
  16. B

    Trigger event by writing value to a field

    How do i call it? There must be an event triggered when the value changes in the controlfield, then i can execute a function in this event but how do i trigger it?
  17. B

    Trigger event by writing value to a field

    Hello, When i manualy change the value of a field in a form then the event 'afterupdate' of that field will be triggered. What i want to do is write a value to that field using vba (so not by typing in to the field) When the value changes by writing to that field then i want to run a function...
  18. B

    Check if form is open on another database

    In my case it works and the databases or both on server so i think i'm just lucky .... :)
  19. B

    Check if form is open on another database

    I've tested it and it works, thanks for the reply Gasman.
  20. B

    Check if form is open on another database

    Can you give me an example how to do this Gasman?
Back
Top Bottom