Recent content by rbsorensen

  1. R

    Can't see RecordSource fields in OnPage event logic

    Unfortunately, that doesn't work either and returns the same error message
  2. R

    Can't see RecordSource fields in OnPage event logic

    I am attempting to create a report in which the source record set potentially contains records that need to be displayed in a different manner depending on a record type flag in each record. The report definition contains a tab control, and each sub-record type is defined within a different...
  3. R

    Form Printing Issue

    The application was written by an individual who didn't know Access very well, and who designed the order to print from a form object. I am trying to add the new functionality with the minimum amount of surgery, and leverage what they already have in place as much as possible. The...
  4. R

    Form Printing Issue

    Hi, I have a rather complex form printing issue and would appreciate any help from the access gurus on what the best design approach should be. Here's the situation: I am adding logic to an existing system to print an order along with a series of supplementary forms. There is an existing...
  5. R

    Radio Button Problem

    Figured out the problem. I am adding this code to an existing form, and the logic turns off the "AllowEdit" parameter in some cases. Thanks for pointing me in the right direction.
  6. R

    Radio Button Problem

    The "AllowEdits" property for both the form and the subform are set to "Yes", but the DataEntry properties for both were set to "No" I changed the DataEntry properties to "Yes" and the form stopping working altogether, so I changed both of them back. Now the option buttons are working but...
  7. R

    Radio Button Problem

    Bob, Thanks for the welcome - I appreciate your hosting this forum. In regard to your question, they are indeed option groups, and they were created via the Access wizard. Clicking on the properties for the frames indicates that the object type is "Option Group". The ControlSource...
  8. R

    Radio Button Problem

    I am having a problem with the use of radio button arrays on an Access subform. When clicking a radio button in a group of several, the selection will not change, and the originally selected button remains as the currently selected one. Here are the specifics: 1. There are eight option...
Back
Top Bottom