Search results

  1. RuralGuy

    Subform ComboBox

    I'm probably just stupid here Justin but how do you know what "survey types" are available for each "specific pest"?
  2. RuralGuy

    Subform ComboBox

    Thanks Justin. That will help a lot!!
  3. RuralGuy

    Subform ComboBox

    My 2002 system FE/BE has the relationship the same in both FE and BE and I'm certain I only defined those relationships in the BE. At least I'm pretty sure. :eek:
  4. RuralGuy

    Subform ComboBox

    If a Compact and Repair and zipping do not decrease the size enough, it should be possible to create a BackEnd with no data, just the structures. Import just some of the relevant records and then C&R and zip.
  5. RuralGuy

    Subform ComboBox

    It should work just fine. I just wanted to see if there was anything unusual in your environment.
  6. RuralGuy

    Subform ComboBox

    Justin, what version of Access are you using and 32/64 bit?
  7. RuralGuy

    Subform ComboBox

    I might also suggest that 1:1 relationships are not very common. They usually indicate (though not always) fields that should be in the same table.
  8. RuralGuy

    Subform ComboBox

    In looking at your relationship picture, it appears as though you have not defined a relationship for the Protocols table yet.
  9. RuralGuy

    Subform ComboBox

    While I'm giving this some thought I thought I'd point out that it is never a good idea to use a *reserved* word for the name of any object you have defined. In this case you have used NUMBER as the name of a field in the "Pest List" table. Here's a link for you to check a name you might want to...
  10. RuralGuy

    Subform ComboBox

    Hmm...I'm starting to understand your db a bit better. What is the RowSource of the "Select Type" combo box? BTW, I like the looks of your form.
  11. RuralGuy

    Subform ComboBox

    Is there a field in the RecordSource of the mainForm that also appears in the RecordSource of the SubForm that would limit the SubForm to the records you want?
  12. RuralGuy

    Subform ComboBox

    I'm going to assume you are using the LinkMaster/ChildFields properties of the SubFormControl to do your filtering. Are you aware that you can have more than one field listed for each property separated by a ";" ? That may be all you need.
  13. RuralGuy

    Subform control

    What have you tried so far? What code do you have in the Large Close Button on the Main Form?
  14. RuralGuy

    Changing DSN linked tables to DSNLESS tables

    You're most welcome and a *BIG* tip of the hat to Doug Steele.
  15. RuralGuy

    Subforms not linking properly

    You may need to post your zipped up db for anyone to supply a decent answer.
  16. RuralGuy

    Open a form to a specific record from a subform

    Perhaps this is what you are looking for: http://www.baldyweb.com/wherecondition.htm
  17. RuralGuy

    Removing Access 2000-2003 Users/Permissions

    Thanks for that document Pat.
  18. RuralGuy

    Listbox columnheads different color

    I don't think so unless Stephen Lebans has something: http://www.lebans.com/List_Combo.htm
  19. RuralGuy

    Data Validation at Form Level Please

    Where do you want the calculations to go?
  20. RuralGuy

    Data Validation at Form Level Please

    Are you familiar with VBA? Have you looked at the DateAdd() function?
Back
Top Bottom