Search results

  1. G

    Opening up tables from forms

    Is it possible and if so how do I access some tables from a form via a command button? This isn't covered in the wizard as I can only chose another form but some of my tables are easier to manage in tables but I would like to access them from forms. Is this possible?
  2. G

    help on date ranges in reports

    Question I am trying to design a report that displays the commission values for a client and I want to have the ability to choose a begginning date and an end date and then when i run the report the appropriate info is displayed. So far my report runs fine except i can't figure out how to add...
  3. G

    editing subform from a main form in read only

    I'm trying to figure out a way to allow my self to edit and enter data on a sub form while the main form has me.allow= false. Anyone have any ideas?
  4. G

    tabs on forms

    Hi quick question I want to set up a tabbed form where each tab pulls out information from different tables but I cannot seem to be able to show the field list needed so that I can place the various controls on the form. how do I do this??
  5. G

    IsOpen Function not Working

    Ok Im trying to sych the form payments history to reflect the current record that is open in another form but I can't figure out why this function is not working here's my code If IsOpen("Debtor_Window") Then DebtorID.DefaultValue = FormsDebtor_Window!Debtor_ID End If
  6. G

    specific help on form

    I need some help on this form. I have tried everything and I just can't figure it out. the database can be found at http://nobillcollectors.hypermart.net/images/debtmaster.mdb ok what i want to do is include the calculated data in field total paid from form payment history to be also shown...
  7. G

    how do get around using combo boxs

    Hi, Ok thanks everyone so far for your help it's been great. How do I get around combo boxs in order to show field names values from other tables on my forms. I want to be able to display some values on some forms showing vaules from other tables without havinbg to use combo boxs. Everyting I...
  8. G

    call me stupid but hey how do I get the sum of??

    Ok I know this is easy for you access wizards but for a newbie like me hey this is tricky. Ok how do I display on a form the total of say all the payments my client has made? Please and thank You
  9. G

    help on my database

    Hi, Im not that good at the programming aspect of access and I am trying to design a database for use for managing my accounts receivables. The problem I'm having is interacting between forms. Or having some elements on one form show up another. Example I want to display the total amount paid...
Top Bottom