Search results

  1. I

    why do the bound ID change?

    This is a really strange error: I have a form with a table as a recordsource, and a number of listboxes and comboboxes having source columns set to various fields from the recordsource. When selecting an item in one of the cbo:s the bound column value is not saved to the table with the id it...
  2. I

    Can't find source object error

    Hi there! I have this strange erro occuring on a sporadic basis. When one of my forms is opened i set one of the sub form sources objects to a table thats just been created. But when running the form I often get an error saying that the source object can't be found. Now I have tried running an...
  3. I

    Can one set the child/master fields programatically?

    I would like to set both source object and chield/master link programically, is it doable?
  4. I

    how can I check if a table exist?

    Hi there! I need to build tables programatically, with different names. But before I can build one I need to delete any earlier copy with the same name, but I can't delete it if it doesnot exist, and do I found out if it exists?? /thank you Insomnia
  5. I

    what is the path/code for letting a sub click a cmdbutton on the main form?

    I have read a guide but still can't make it work. I have a control in the sub, from which I wish to run a control on the main form.
  6. I

    right aligned tab?

    Hi there, I would like to set some of my tab pages to be aligned to the right of my tab control, is that possible?
  7. I

    how do refer to used bound cbo value in a query?

    Hi guys, I guess this should be the easiest thing ever, but I just can't get it work, I have tried the following syntaxes: [Forms]![Form1]![cbo1].[BoundColumn] [Forms]![Form1]![cbo1] [Forms]![Form1]![cbo1].[Text] [Forms]![Form1]![cbo1].[Value] the "value" is a text and I use it in a where...
  8. I

    Dynamic forms or editable table?

    Hi there, I need to have subforms with a dynamic number of columns, e.g., the number will change depending on a number of settings. In fact, only the first column is fixed. I've managed to build a table dynamically, but the default column with is really messed up, way to narrow. Can I adjust...
  9. I

    how to update subforms using child/master fields

    Hi guys, I have a form containing two subforms, both with a childfield related to a filtered masterfiield. I filter by choosing a value in a cbo, and setting the filter to this field. when running the subforms outside this main form they work just fine, but in the main form they remain empty...
  10. I

    sub forms update sporadically

    Problems: - The sub forms updates sporadically. when they don’t update the subforms shows empty subform datasheets, but when looking at the table the records are there. - All the fields in the subform datasheets changes shape to “deleted” quit frequently when I move the mouse or click on an...
  11. I

    control source problems with cbo field in tabular form

    Hi there! I am working on a tabular form where I need to both display and edit the records. for some of the columns I use cbo:s to list the options from which the value has once been selected. while the text fields work ok the combobox columns only show the value of the first record. How do I...
Back
Top Bottom