Recent content by jessy

  1. J

    Combobox doesn't show right values

    @CJ_London: Thank you for the example db. I will look into it. @arnelgp It is a continous form. I will reduce the database and upload it. but that will take a little time to extract all private data.
  2. J

    Combobox doesn't show right values

    Unfortunately if i left join the neccessary table, to include the field, it is no more possible to add new records. Can i solve this somehow. I even would restructure the gui to keep the possiblity to add new records.
  3. J

    Combobox doesn't show right values

    thank you for the fast hint :) So, as i understand, i have to "fake" the appearance with a normal textbox control which overlays the combobox and include the field in the source for the form. Sorry, english is not my native language and the solution-text is difficult to read (and understand)...
  4. J

    Combobox doesn't show right values

    Hello There, i have a form where i want to show only the valid combobox entries for a record. If i scroll down my form, most values are shown right. But some doesn't. After i requery the field (not the form) the values are shown right. I don't know what is the problem and even if it is...
  5. J

    Question Grouped query and sort numbers

    Hi there, i made a small database where i can assign unloading stations to trucks. It works well, but i am now in a dead end. I rarly tried to normalize my tables and didn’t bother caring for the referential integrity. I somehow managed all the functionality with vba and sql. I have below...
Top Bottom