Recent content by aleks1429

  1. A

    Databinding form

    I am new to MS Access, I don't even know if this is possible, but I really want to know. Anyway, I have a table that I have bounded to a form. The table is a reference table. It has about 5 to 10 values. If I bind the table to the report. I get something like this: 1 2 3 4 5 Instead of...
  2. A

    zoomIn/ZoomOut Flexgrid control

    Hi, I have a MS Flexgrid control on a form. I am trying to implement the Zoom In/ Zoom Out functionality. My current functionality actually does Zoom In/Zoom Out for the control itself and not he content. I was wondering if anyone knows how to zoom in and zoom out on the actual content, that...
  3. A

    Continuous forms

    Is it possible to create continuous forms that are not bound to a table? The forms are generated based on criteria. I want to make sure that On Load the form displays N number of continuous forms on the windows based on the numeric value that was provided On Load. For example, I pass in 1 and...
  4. A

    Flexgrid

    Does anyone know how I can print a flexgrid? thanks
  5. A

    Printing FlexGrid

    I need help printing a FlexGrid. I have a flexgrid control that is basically a graph that needs to be printed. Is it possible? Can anyone help me?
  6. A

    Grid Control

    Does anyone know where I can get a free grid control for Access 2000+. I tried using standard .NET data grid control, but that was unsuccessful. Does Microsoft have anything for Access?
  7. A

    Enabling and Disabling controls on the form

    here is a sample i created a generic example exactly what i am trying to do....file attached
  8. A

    Enabling and Disabling controls on the form

    Conditional formatting... I selected expression equals to [txtName], but I it didn't disable anything, it looks like that the Conditional Formatting is more for the actual look of the control, no? Or maybe I am not using it right.
  9. A

    Enabling and Disabling controls on the form

    Access 2003 I am using Access 2003, I did just what you told me: I selected all the fields in the Detail pane, clicked on the Format Tab: here are the properties that are available: Visible Display When Left Top Width Height Special Effect Border Style Border Width Border Color
  10. A

    Enabling and Disabling controls on the form

    Conditional formatting??? I am not seeing Conditional formatting property. I am sorry, but can you me be more descriptive, I am new to Access, I don't know my around as well as you do. choose Expression is: and enter your expression such as [fieldname] = value Then click on the last button...
  11. A

    Enabling and Disabling controls on the form

    It won't work.... I forgot to mention that all the records must be outputed from the bound table, and only the records that fall into a conditional category must be disabled, but the rest must be enabled.
  12. A

    Enabling and Disabling controls on the form

    I have a bound form that is set to continueous mode. When I double click the form it displays Form Properties: Default View: Continuous Forms Record Source: QUERY Cycle: All Records In design mode, the form consists of check boxes text fields and combo boxes, all bound to values from the...
Back
Top Bottom