Search results

  1. S

    Simplifying Function Problem

    Hi, how do i simplify this function? I tried substituting the value 1 so it becomes like this but i get the "Expected: end of statement" error. Can anyone help? Thanks Function StdRow1Enabled(Value As String) Forms!F_ReceivingStandardParts!subform1.Form!txtBalQty1b.Enabled = Value End...
  2. S

    Two text box with two different records

    I'm wondering if it's possible to have two text boxes called Date1 and Date2 and these two box will have the value of two separate records in a single view form. I've tried this SQL limit function which limits the rows that i want but it doesn't seem to be working under access. Basically i need...
  3. S

    Continuous Form Issues

    Hi, i've attached an image so it would be easier for you guys to understand my problem. I'm currently using continuous form to display my records and my problem is that i would like to have the second field in my "Rec Qty" column to retrieve the value from the first field of the Total Bal column...
  4. S

    Appending from subform

    Please help me guys, basically i'm having a problem appending a a date value from a subform into a table. My master form "F_ReceivingProcessParts" is running this query "Q_ReceivingDetailSub" from a button command using "DoCmd.OpenQuery "Q_ReceivingDetailSub"". Here is my SQL code for your...
Back
Top Bottom