Search Result

Collapse
72 results in 0.0043 seconds.
Keywords
Members
Tags
forms
  •  

  • themightystef
    started a topic function output as form value

    function output as form value

    hi,

    i've been looking for the right answer but can't seem to find it, so I figured i'd give this a try.

    I'm trying to make a website where visitors can input the quantity of a certain product they want, then press a button to have a function calculate the total price of the selected products. so far I've ovly been able to get this final value in an alert box, but what I'm trying to do is to have the final price written...
    See more | Go to post

  • sg2808
    started a topic Not able to connect Sub-Forms

    Not able to connect Sub-Forms

    Hi,

    I have a main form and three subforms [Form A], [Form B] and [Form C].

    The underlying relationships of the tables are
    [Maintable] 1:M [Table A] 1:M [TableB]

    [Mainform], [Form A], [Form B] are based on the corresponding tables above.

    Form C is based on fields from the above tables.

    I created the main form, Form A and Form B using the Form Wizard and they are well...
    See more | Go to post

  • My forms will not show the newly added records.....

    I have a database that tracks student information and grades. I am using a form to enter data and the form will post to a table as information is entered. The form is using a query to select students by class number. I have entered a new class number with 16 students into the form. The table has received all information that has been entered. Now when I try to load the new class number in the form none of the records will show. When i attempt...
    See more | Go to post

  • AndrewChampion
    started a topic Expression data entry?

    Expression data entry?

    I have a database that records grades for students and then averages them. I need the results of the average expression to post on the table. Every other field works great. I have tried using the expression in the after update property and the before update property with no results still. I am pretty new at this and any help would be appreciated. Thank you in advance for any help you provide.
    See more | Go to post

  • Changing visibility of textboxes and labels in runtime in ms access?

    On a subform I have two textboxes and 2 labels of which I would need to change visibility on click of a label on the mainform.I do not know where to do this as the textboxes in the main form are not identified on the subform and vice versa.Can someone help me out?
    See more | Go to post

  • Hiding a control in focus on click of another control in ms access 2007?

    I have a combobox and also a label on the same form.On click of the label, the combobox is to be made invisible.the problem is if the combobox is in focus and the label is clicked, it throws error saying that You can't hide a control which is in focus.I tried setting focus on the label itself when it is clicked but it didn't work.I also tried putting this code I found in one of the discussion forum
    Code:
    Sendkeys"{TAB}"
    DoEvents
    ...
    See more | Go to post

  • Refer to another forms controls using a variable as the form name

    Dear Bytes Fans,

    Here is what my database does: On my standard forms, I have quite a few images that are displayed. They are placed at random locations throughout the forms, and although the pcitures stay the same for every form, they are sometimes in different locations or come in different sizes because of form design, etc. This is a sample of the current code:

    Code:
    Private Sub Form_Open(Cancel As Integer)
    ...
    See more | Go to post

  • Othy
    started a topic Return to Calling Forms

    Return to Calling Forms

    I'm very new at this as you might tell from the questions, but... How do I open and close multiple forms and still return to the same record in the original form? I also would like to be able to reopen a form to that same record if needed. And...but I settle for this much for now. Thanks.
    See more | Go to post

  • How do I Filter in a Form Rather than Search for One Record

    I have a table with 18 columns. The client wants to search on all the 18 columns with any sort of combination ranging from 1 col search to all 18 columns. I have written a query using the OR condition that would search all the 18 columns and its working fine. The coding is done using recordset and the values are returned back to the form.

    The problem is when I have more than 2 records satisfying the same condition when I want to return...
    See more | Go to post

  • BeginnerVBProg
    started a topic Function from another form

    Function from another form

    I have a Public function in 1 form, its purpose is to load data into a listview, but why it doesn't work when i called it in another form?

    I used these line of codes but they doesn't work:
    Code:
    Call form1.loadAudit
         Form1.loadAudit
    loadAudit is my function..
    See more | Go to post

  • Customize Filter in Inventory Template to use a value input by user

    I am trying to create a filter using the Filter that is found in an Inventory Template. I have attached the Inventory Template as a .zip for reference.

    There is a (Filter Details) form which uses the (Filters) table as its Record Source. The table consists of a (Filter String) field, which contains something like the following:

    (Inventory Extended) is a QUERY here, which contains a (Category) Field which is a combo...
    See more | Go to post
    Last edited by NeoPa; Dec 9 '11, 08:49 PM. Reason: Reformatted to avoid having to page repeatedly just to read

  • VBA Return a Value from Docmd.OpenForm to a Report

    I have a report that when it opens it will propt DoCmd.OpenForm which will open a form that will filter the results of the report. The problem is that if you close the form without initializing the filter it will return an error because the report fields will not be defined.

    What I would like to do is on a Form_Close event return a variable to the Report_Open event which will cancel the creation of the report.

    Any i...
    See more | Go to post

  • PHP/forms: refreshing page with new results after submit

    I am using PHP to edit the contents of an XML file based on user input in a form..the contents of the XML file are dynamically displayed on the page using XMLHttpRequest

    In my PHP I use "header('Locati on:abc.html');" to reload the page after the form is submitted and PHP script runs

    The problem I am running into is that the first time I load the page in a session (and ONLY the first time), the data displayed...
    See more | Go to post

  • SCmajor
    started a topic Selecting & adding records

    Selecting & adding records

    I'm developing a database in access 2003 that will allow users to select several records via a toggle button on a continuous form and then hit a button on the same form that opens a query that appends the selected records to another table. The problem is that all the selected records get appended to the table accept for the one that has focus. I have to hit the button again to get all of the selected records.I also have all of the warnings turned...
    See more | Go to post

  • enjay
    started a topic Form based on LookUp Field

    Form based on LookUp Field

    I have a two table relationship, with a Lookup Field (Transaction Type) pulling choices from the "child table." I want to create a form for each choice in the Lookup field (there are really only 2), such that user can use the form without selecting the pertinent Transaction Type.

    Is this possible? USing Access 2010.
    See more | Go to post
Working...