Search results

  1. P

    Email Kernal Problem

    Hi, I have set up the following Event Procedure for ON CLICK of a command button: DoCmd.SendObject , , , ([txtEmail]), , , ("Classified"), ([txtMain]), 0 This basically emails the address in the txtEmail field the details in the txtMain field. THe email sends fine, and the body is fine...
  2. P

    Limit Characters per line (memo field)

    Hi, I need to limit a memo field to 35 characters per line. That is it needs to rap after 35 characters onto the next line. Once the user has finished typing in text, I then need something to count the number of lines. Can anyone help me with this? Many thanks.
  3. P

    Limit character width (memo)

    Hi, I need to limit a memo field to 35 characters per line. That is it needs to rap after 35 characters onto the next line. Once the user has finished typing in text, I then need something to count the number of lines. Can anyone help me with this? Many thanks.
  4. P

    Query to look at latest info for multi transactions

    All transactions are in one database, all members are in one database. Transactions database holds the member id as well as subscription details. We mail out on the last edition that the person is subscribed to. The problem is, if that person has resubscribed he/she gets included in the mail...
  5. P

    Data Duplication

    Hi, This has been bothering me for some time, so I will attempt to explain the situation. I run a subscription database, that basically holds user information and their relevant subscriptions. I have all the data in one table. The problem is this: if a member subscribes for a year, the...
Back
Top Bottom