Search results

  1. J

    No Option for Font Name in Options>Default font

    I used the wizard to create the main form and the datasheet subform. But the datasheet subform only returns 1 record. The wizard used the ID field in the Link Master Fields and Link Child Fields.
  2. J

    No Option for Font Name in Options>Default font

    Some time I like to change the font name of my split form datasheets. I thought I found an easy wat by selecting 'Options'>'Datasheet'>'Default font' But I find there is no option for the font name, only Size, Weight, Underline and Italic. Currently I'm changing the font by using: Public...
  3. J

    Display Calendar

    Ok. I've been checking out some of these calendars and I believe it's what I'm looking for. Thanks much
  4. J

    Display Calendar

    I wanted a calendar that I don't need to click something to open. Just want it on a form. I have several forms with date/time fields which utilize the date picker. That's not what I want.
  5. J

    Display Calendar

    I'm really not looking for a date picker. Just a display calendar.
  6. J

    Display Calendar

    Hi. I'm trying to find a calendar that I can place on my form for viewing only, with the ability to change months. I've been looking but haven't had any luck. Thanks, James
  7. J

    Auto-Filling 2 Form Fields

    It's not really copying the last entered value, it's the $10 that was entered for "John Doe" I might have an entry for; say my gas company payment that's $80. Or my electric bill which might be $70... Let's forget it. I never said anything about "Moving" a record. I know what a slit form is...
  8. J

    Auto-Filling 2 Form Fields

    It's not really copying the last entered value, it's the $10 that was entered for "John Doe" I might have an entry for; say my gas company payment that's $80. Or my electric bill which might be $70...
  9. J

    Auto-Filling 2 Form Fields

    The currency value will be different for different payees. And I do want to add or delete payees from tblPayees.
  10. J

    Auto-Filling 2 Form Fields

    Ok. I'll try to explain this one more time. You have a split form. Split form has rows and columns. Right?? Split form has 3 columns: 'Payee' 'Debit' Credit.' Lets say there is no data at all being displayed in the spit form. This is where it gets tricky. Lets say I type "John Doe" in the...
  11. J

    Auto-Filling 2 Form Fields

    OK. Then how do I get it to enter the data for me?
  12. J

    Auto-Filling 2 Form Fields

    I'm typing in the values myself. That's the purpose of my wanting to auto-fill these.
  13. J

    Auto-Filling 2 Form Fields

    I guess you didn't understand #16. Obviously since Debit and Credit are Currency fields they would be populated by currency values.
  14. J

    Auto-Filling 2 Form Fields

    I posted the structure of the 2 tables. I want to autofill the Debit and Credit fields when I select a Payee from a Combobox.
  15. J

    Auto-Filling 2 Form Fields

    Is there a join wizard? Not sure how to create one. Do I need to modify the current qry?
  16. J

    Auto-Filling 2 Form Fields

    So I need to add a Debit and Credit field to tblPayees?
  17. J

    Auto-Filling 2 Form Fields

    I have a Debit and a Credit because I don't have to remember to place a negative sign in front of the Debit value. Although I don't have Debit and Credit fields in tblPayees, only in tblFincnaces,
  18. J

    Auto-Filling 2 Form Fields

    The only link between tblPayees and tblFinances is the Payee. I have PayName in tblPayees and the Payee field inn tblFinances. I simply select a PayeeName from the combo box and it gets stored in Payee in tblFinances. The credit and debit fields are in tblFinances.
  19. J

    Auto-Filling 2 Form Fields

    No. The combo box is populated by tblPayees which has on 2 fields PayeeID and PayeeName
  20. J

    Auto-Filling 2 Form Fields

    I have a table which similar to a checking registry. I also have a Payee field in my 'tblPayees' table which I use to autofill a Payee field via split form's combo box, in a checking table tblFinances. tblFinances also has 2 other fields Credit and Debit. I want to be able to auto-fill the...
Back
Top Bottom