unbound

  1. gheyman

    Make a unbound field = 1

    Private Sub Command11_Click() On Error GoTo Command11_Click_Err updateQuery1 DoCmd.OpenForm "frm_NIS_TSL", acNormal, "", "", , acNormal [TextSql].Value = 1 Command11_Click_Exit: Exit Sub Command11_Click_Err: MsgBox Error$ Resume Command11_Click_Exit End Sub How...
  2. L

    Audit trail for Unbound forms

    Guys There are a couple of good examples in the internet on how to implement an audit trail database. But unfortunetaly are examples for bound forms/controls. I'm developing a database with unbound forms/controls. I cannot use the property OldValue on unbound controls so I cannot implement the...
  3. kpasa

    Build Array from Table, Create new Table

    I have the following code to cycle through a table and find rows that match a few pieces of critical criteria. Sub FocusMissingAction() Dim tbl As ListObject Dim cell As Range Set tbl = ActiveSheet.ListObjects("Table1") For Each cell In...
  4. H

    Save button inserts unbound controls into append query

    I'm new to using append queries. I found this page MS Access Unbound Forms and VBA which talks about creating a continuous form unbound from the original recordset. I think this is part of what I need. I have a continuous form with the source being "qry_BLT_Update". This is an append query...
  5. J

    I just want to hide a column in a subform

    I'm tring to toggle the visible property of a column in a sub form based on input from a check box on the main unbound form If Me.Check55 = True Then 'This part works fine, if checkbox 55 is true the subform filters records based on "DBSUB.[Austin] Yes or No strWhere = strWhere & " AND " &...
  6. J

    Xcelsius viewer in Access

    Hello, I have a Xcelsius file that I would like to display in Access but need some help. I have tried a couple different ways to export the Xcelsius file so that Access could pull it in but no luck. I exported the Xcelsius into .doc and .pdf and tried to add an Unbound Object Frame to an...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top