Search results

  1. A

    Form property of a sub sub form

    your syntax looks ok to me, but I am not using that type of syntax. If you look at the code on the top of the thread I pass the frm as an object and the run through the controls. The error comes out at the central line "call ... ". By debugging I found out that when the Ctr variable (declared as...
  2. A

    Form property of a sub sub form

    Thanks Micron. The names are consistent, i.e. the name of the control is the same name of the subform object. The reason I came out with form, sub and sub sub is this: the main form is "Offers", the sub form contains "OfferLines" (i.e. each offer is made of many lines, i.e. many products), and...
  3. A

    Form property of a sub sub form

    Well, in fact for me this is the first time I am doing this. Below is the screen shot of the main form in design view. The Sub and the SubSub appears in FormView but they are set to start with DataSheetView when you open them normally.
  4. A

    Form property of a sub sub form

    Thanks, though not very clear to me: I still have 3 objects in my form list (frmMain, frmSub, frmSubSub). But the frmSub and the frmSubSub are by default in DataSheetView: is this making the frmSubSub difficult to control? Should I change it maybe in continuous form View?
  5. A

    Form property of a sub sub form

    Hi DbGuy! sure, the SubSubform is added to the Subform, i.e. I added in design view. In fact the SubSubform is working ok. The only thing is that the code above is not setting the propoerties of the SubSub as I would like to. I have attached a screenshot. The error 2455 says "Unvalid...
  6. A

    Form property of a sub sub form

    yes, correct, it has the + on the subform which expands into the subsub
  7. A

    Form property of a sub sub form

    Hello everybody, I have form with a subform in datasheet view and a subsubform also in datasheet view. I have a routine that once the main form is open applies permissions to each control (like hiding colums) and when the control is a subform it goes one level below, i.e. runs throught the...
  8. A

    numerical keypad producing comma instead of period

    This actually solved the issue when changing the decimal separator to ".", but just after rebooting my pc. It was one of the first thing I did yesterday but it looked like it was no working in Access. I have no idea why, because out of Access didn't need any reboot. Still a little bit puzzled...
  9. A

    numerical keypad producing comma instead of period

    Hello, it happens also to unbound controls and text box. I created a new empty accdb file within a new form with unbound controls and still no change. As my pc has italian keyboard (with comma as decimal separator) I first suspected it was related to international settings of keyboard. But...
  10. A

    numerical keypad producing comma instead of period

    Hello, I noticed that on all my forms my both comboboxes or text boxes shows a comma (,) instead of period (.) when using the numerical keypad for input the period. This is happening even if the the system keypad is correctly set to English and out of Access the keypad gives correctly the...
  11. A

    Instant message system

    Thanks, I will try to have a look at this. Sounds interesting.
  12. A

    Instant message system

    Hello everybody I tried to search in the forum and internet but no results: I would like to include in my project an instant messaging system, i.e. a simple form wher you can type a text and send to another user of the database. I have a database with about 40-50 connected users, with a SQL...
  13. A

    chat system in access

    Thank you, I have downloaded that file but it is giving some errors. I will try to understand the principle anyway.
  14. A

    chat system in access

    Hello, I have tried to look through the forum about this but I didn't find anything on this. I am running a company database with SQL server backend and about 70 users. It would be nice to add a very simple user to user chat system for users which are connected to the database. Any...
  15. A

    Best method to store files

    Storing only the path of the file in the database is certainly good to keep the database size small. Anyway if the database has several users and not all users should see all the files then the management of folder permission becomes complicated or impossible. If you use a SQL server backend...
  16. A

    auto compact on close

    In fact at the beginning I tried to work (I mean as a "user") remotely like that, i.e. with the Access running on my laptop and pulling the data through VPN from the tables in the company LAN: but it had decent speed only with very small tables exactly as said: possible but impractical. Then our...
  17. A

    auto compact on close

    Thank you Lightwave, I must also say that this forum helped me a lot. Maybe I didn't make many posts but just because most of the answers were already there :)
  18. A

    auto compact on close

    thanks, in fact I am doing the decompile/compile everytime I publish a new accde. Sometimes I also export forms in text files and then re-import them in the front end, because I understand there may be forms which have been used and modified multiple times so it's bettere to "clean" by export...
  19. A

    auto compact on close

    Thanks Ben, this is also reassuring me, so I am not completely crazy! If you basically made a MES system based on Access I think you pushed it much more than I did so far! cheers from Italy
  20. A

    auto compact on close

    Thanks very much Ridders, this means that I have a very long way to go with my FE! I will definitely switch off the compact on close, in fact it may explain some of these (rare) cases of corrupted front end we had so far. Is there any reason why you distribute accdb instead of the accde? Any...
Back
Top Bottom