Recent content by Insomnia

  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

    Ok , let me see, I need to create a form for which I when using it set what text fields to be shown? Do you have a sample on how to do this? would be fantastic, I need to solve this within hours..... this is what I need to do: A very simple datasheet needs to be displayed, Don't need any...
  3. I

    Can't find source object error

    Are you really sure about this? I don't where but I think I 've heard a different story, and anyway, why does it work still work at times? If you're sure about this, do you know if/how I can a create/name a form programatically? thank you for your time, Insomnia
  4. 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...
  5. I

    how can I check if a table exist?

    thx m8, you truly are ghuds son :-)
  6. 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?
  7. 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
  8. I

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

    damnit, it was private, nowonder it didn't work! thanks m8, /Insomnia
  9. 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.
  10. 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?
  11. I

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

    the combo has 3 columns, the txt was the second, I have now changed it to be the first (column(0)) , but it still doesn't work. it is not a big problem though, but very iritating not being able to solve it :confused:
  12. I

    how to update subforms using child/master fields

    Hey dude! I tried your suggestions, didn't help, why I reviewed the design, and decided to move the delete/create part from the main form to the form actually opening it. it did the trick! it seems to me like access doesn't sync properly when doing all these things on after another.
  13. I

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

    Just As I thought, can't see why it won't work though. but nema problema, I use a txt field instead, works just fine!
  14. 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...
  15. I

    how to update subforms using child/master fields

    thanks m8, I will try out your first suggestion, but since I need to display more than one sub at the same time I cant change them into a main form. about your mdb problem, did you change the DB Connstring path as I described in the read me file?
Back
Top Bottom