Search Result

Collapse
15 results in 0.0039 seconds.
Keywords
Members
Tags
fields
  •  

  • asmodea
    started a topic DSUM with fields from different tables?

    DSUM with fields from different tables?

    I am trying to add a calculated field in my query to sum the payments up until the date of the entry. There are two tables involved. I have a table for the dates and amounts of wired payments ("KYOWAPayments ") as well as a table of invoice# and shipping information ("AP statement log"). The two tables have no relationship.

    I wanted to make a field that will automatically calculate the sum of all wired payments up...
    See more | Go to post
    Last edited by asmodea; Apr 13 '12, 06:27 PM. Reason: Saw a potential cause of confusion in question.

  • John Doe
    started a topic recordset gets messed up by EOF/ reading in it ?
    in PHP

    recordset gets messed up by EOF/ reading in it ?

    This is a copy of an old post in here, but (presumably because it is so old) I cannot post an answer to, so I am re-creating it....

    =============== =============== ==========


    Seems like a $rs-> EOF messes up the record set ?
    (using php 4.2.2 and MSSQL database)
    I try to read the ntext-field "body".



    THIS WORKS !!

    Code:
    $dbMail = new COM("ADODB.Connection");
    ...
    See more | Go to post
    Last edited by Niheel; Jun 15 '11, 10:39 AM. Reason: added code tags

  • Why does form calculation work with text but not with select fields?

    I'm using an order form where clients may update quantity in a text field.

    To make it more customers friendly, I would like to have the field with the select format.

    But doing so in the form, the javascript is not doing anymore.

    Can anyone have a look and let me know what to change in the script to have it working with select fields in place of the text fields?

    Thank you

    Code:
    <html>
    ...
    See more | Go to post
    Last edited by Niheel; Jan 25 '11, 02:05 PM.

  • Reference Form Fields Value - Application-defined Error 2465

    Hello,

    I am trying to refer to fields on a given form from the form query's recordset, essentially from the following commands:
    Code:
        Dim frm As Form 'Refers to the current form
        Dim tagName As String 'Refers to the field in the form's recordset (not a control on the form)
    
        ...
        frm.Fields(tagName).Value 'This gives Error 2465
    My question is how do I refer to a field...
    See more | Go to post

  • Take data from a number of fields & make it format a certain way in another field.

    Me again!

    I am not sure how to phrase this, "but", I have to create a field that produces data in a specific format from other fields of data.

    Creating the table and the query was the easy part...now taking the data that reside in that table, adding in a new field that takes the info from the other fields and makes it look a special way in that new field.

    I'm not sure where to put the code in...
    See more | Go to post

  • wivked
    started a topic Parameter problem

    Parameter problem

    Hi all,

    I have this problem,

    I want to return certain value's from a method.
    And that method has a parameter.

    And i want to use that return value in a
    other method, but it i dont have the
    correct parameters for the method.

    Example.
    Code:
     
    
    
     private void button1_Click(object sender, EventArgs e)
     {
     click(e);
     
     }
    ...
    See more | Go to post

  • Access 2003. Count text from records of checked boxes.

    Here is one I've been struggling with for a couple of weeks.

    On a report I have a query that has records with both Check box fields and Test Fields.

    I was able to get a sum of all the records in that query that had the text "GAMC" in the two text fields [Pl Ri Ki] & [Pl Lt Ki] by using

    =Sum(IIf([Pl Rt Ki]="GAMC",1,0))+S um(IIf([Pl Lt Ki]="GAMC",1,0) )

    Now...
    See more | Go to post

  • J Hall
    started a topic Access 2003. Count check boxes in multiple fields.

    Access 2003. Count check boxes in multiple fields.

    Access 2003.

    I have a query which pulls in a list if ID numbers with about 6 check box fields. In my report, I need to know how to count the number of ID numbers that have 2 or more of the fields checked.

    Example:
    There are (3) ID numbers listed that have Field A and Field B checked. How do I get the (3) to show in my report?

    Thanks for you help.
    J
    See more | Go to post

  • Showing Forms in Access Basic Conditional on Field Entry

    I would like to know how to write my Access prog so's when users are entering fields on an initial form they suddenly get presented with a different form depending upon what they enter in one of those fields.

    So that, for instance, if they enter 'England' they get presented with a form asking questions about England and so on....

    I'm very new at all this and ignorant of Access (you can see that?) and I wonder what...
    See more | Go to post

  • BarbieJo
    started a topic Lock bound fields in form On Load

    Lock bound fields in form On Load

    Using Access 2007

    I want all the bound fields in my form to be locked until a command button is clicked. I have already tried locking the form through the OnLoad property using the following code:

    =LockBoundContr ols([Form],True)

    This approach is not working, unless I am doing something wrong. I am entering this code into the expression builder.

    I would prefer to use the module builder if...
    See more | Go to post

  • MS Access 2007/2003 Import Wizard Maximum Number of Fields

    I tried to read in a text file with fixed width using import wizard on both versions of MSAccess (2003/2007).

    I created a table for the data and then started the tedious job of adding all fields to the map.

    When I click the advanced button for the first time there are a number of rows and some automated assignment (the table has 215 columns). The initial assignment does not capture all table columns.

    ...
    See more | Go to post

  • Verify CSV Field Names and Number of, Before Importing

    I'm trying to verify before importing a CSV file:

    1) How many fields are present
    2) If the number of fields is correct, are the field names correct as well

    The CSV file uses tab as the delimiter with no text qualifier. If the CSV is verified as correct, the append query is run, transferring the data from the CSV that is a linked table.

    This is the code so far and returns the error: "Subscript...
    See more | Go to post
    Last edited by jjohnson123; Jan 26 '10, 06:01 PM. Reason: updated code and attachment

  • logicbloke
    started a topic Browsers auto-filling bad fields

    Browsers auto-filling bad fields

    Hello,

    All the browsers I tested are filling two fields that aren't for logging in, both have different names from the ones on the login form, and eventhough, the browsers fill them, I have read that removing the value tag instead of just writing empty would resolve the problem, but the value tag is already absent from my fields.

    PS : Just to mention that my fields have text and password as types.

    How...
    See more | Go to post

  • ekariuki
    started a topic Calculate values in same field

    Calculate values in same field

    Hallo,

    I have a table Routes that contains a route name and when the route runs. I would like to calculate the difference between the last run Day and the one after it. This will populate in the RunDateDiff field.

    My table: Tbl_Route

    RouteName RunDate Stop RunDateDiff
    A 12/1/2009 Clinton
    A 12/3/2009 Townsent
    A 12/3/2009...
    See more | Go to post

  • Aligning form labels and fields: easy with table, how with CSS?

    When putting a form on a webpage, I prefer the labels and edit boxes for all fields to be aligned, e.g. like this:



    This is easily done by putting it all in a table. What is the best way to do this properly with CSS?

    Note: I don't want to define fixed widths for certain columns or whatever. The width for the labels should just be automatically as much as necessary to fit the widest label.

    ...
    See more | Go to post
Working...