Search results

  1. J

    Change query filters

    Im trying to change the query filter for a listboix using an options group with 3 buttons. Here is my code: Private Sub optView_AfterUpdate() Dim strUpDate As String If Me.optView.Value = 1 Then strUpDate = "UPDATE ServReq Query WHERE (((ServReq Query[Status]=1) OR...
  2. J

    stLinkCriteria syntax help

    Im trying to setup a form with a listbox. I want to be able to double-click on an item in the listbox and open up a form (frmIndServReq) with the selected record according to the address that was highlighted in the listbox. Im working with this but am having no luck. The address is text, not...
  3. J

    Sum one field with itself from multiple records?

    I have a payments table witha field(lots) that I want to sum. The payments table is related to the developments table so I can have quite a few payment records tied to one development. I have a form based off of a developments query with a subform based of a payments query. When the subform is...
  4. J

    user ability to change background color?

    Anyone know how to give the user the ability to change the background color on the form? IE User right-clicks and gets color palette to select new color. Jon Henry
  5. J

    Font getting darker

    HI, I have a form in my db that every time I change records, some of the label characters get darker eventually to where they look blurry. Anyone see this before? Jon Henry
Back
Top Bottom