Search results

  1. U

    on error the forms dont proper do their function

    Hello! why does forms behave wacky after an error on run time occurs even if its handled by the "error goto" ? but mostly how i can handle this wacky state ?
  2. U

    how to share the access back-end to multiple location

    In Italy the net is still bad in general... and that is the best that we can have for now
  3. U

    how to share the access back-end to multiple location

    sorry i forget to mention that on both networks there are lots of devices connected like 20+ between phones, pc, laptop so my fear is that if some device start to download or even worse upload then it takes up most of the bandwidth. So more than monitor the single device i should somehow monitor...
  4. U

    how to share the access back-end to multiple location

    we are 5 on LAN and 5 on RDP/anydesk, and in both location our net speed is like this (we cant upgrade to fiber unfortunatly :C ): yea im not planning to split the BE, and querys shouldn't be a big problem because we keep our database pretty light by archiving the old data and using only the...
  5. U

    how to share the access back-end to multiple location

    no, its just one single back end file currently
  6. U

    how to share the access back-end to multiple location

    Hello! currently we have a split FE BE access database on the main location while on the second location we are using windows remote/anydesk to connect to a virtual machine on the main location to use access_fe. More or less we are 10 users working on the database but sometimes the second...
  7. U

    Solved Set the order of report print

    Yea it is that! Thanks ! :D
  8. U

    Solved Set the order of report print

    Hello! Im trying to print the barcode in order by "ordine" (pic1) but the report preview doesnt follow the order of the records (pic2), i want it to print the empty barcode in order but the preview just mix them. The result of the print is in (pic3) I tried to set the order on the report...
  9. U

    combobox.setfocus "not working" on a continuos form

    unfortunatly it doesnt work on my case
  10. U

    combobox.setfocus "not working" on a continuos form

    ohh i got it now, yea it is a good way indeed thanks!
  11. U

    combobox.setfocus "not working" on a continuos form

    Its in the form header, i tried to hide the detail and navigation buttons but it still behave in the same manner. I made it work by adding a default recordsets in case it returns zero records but its just a workaround to the problem.
  12. U

    combobox.setfocus "not working" on a continuos form

    yes completely removed
  13. U

    combobox.setfocus "not working" on a continuos form

    tried and it behave exactly like the OnChange event, it works perfectly fine if recordcount > 0 but if its empty it gives the same errore message :C
  14. U

    combobox.setfocus "not working" on a continuos form

    yea i agree thats why i use Me.Combo0.Text as input for the filter and it works fine if there are recordsets on the continuos form, but then i dont know why if there are not recordsets in the continuos form, it says that the combobox doesnt have the focus
  15. U

    combobox.setfocus "not working" on a continuos form

    Hello! im having a problem a with combobox.setfocus, this is the code that im running: Private Sub Combo0_Change() Me.Combo0.SetFocus Me.Combo0.RowSource = "SELECT taglio.[num taglio], taglio.[cod modello], taglio.Quantita, taglio.[data creazione] FROM taglio WHERE...
  16. U

    Solved access-VBA automaticaly add empty spaces

    its true! by adding some text its now correct, so my problem is not that access randomly add some spaces xD
  17. U

    Solved access-VBA automaticaly add empty spaces

    its a long integer and it indeed doesnt show the spaces on the table, but idk why it shows it has spaces on VBA
  18. U

    Solved access-VBA automaticaly add empty spaces

    Good Afternoon! im having a strange behavior in VBA, for some reason when i try to save a combobox value to a record it changes the value saved. The input is a combobox (Combo.0 need to change the name) with format "general number" and the record type is also a number but for whatever reason...
  19. U

    Solved Query date criteria

    Great that fixed the problem! Thanks for fast reply ! :D
  20. U

    Solved Query date criteria

    Hello!! im trying to filter out a table based on a date range but it doesnt work right (check pics) here is the query im using: "INSERT INTO visua_ft_lvl1 ( [num taglio], [data creazione], [data fine taglio], stato, completato, Quantita, utente, [cod modello], [cod stampa], [num lab]...
Top Bottom