Search results

  1. A

    Adding Item to Combobox: Question

    Hi All, I have a small issue with a combobox. It is located on a reminder setup form and is intended to keep e-mail addresses that have been used in the past. I am tryin to achieve that by just adding values to its recordsource in the NotInList event handler. The issue is in the following: if...
  2. A

    Outlook Tasks over CDO?

    Hi everyone, I have just made my DB send e-mails bypassing the Outlook installed on the server (couldn't make it to overcome the security alert when no one was logged on to the server) by means of CDO. it works fine, but now I want to make the next step: make the DB send not just e-mails but...
  3. A

    FE/BE Problem: Can't change field type in linked tables

    Hello all, I have an issue with my DB which is split into FE/BE: on the stage of initial design, when I created the data tables, for some of the fields I chose the text type which, as I later discovered, only allows the record to be <=255 characters. I need to have a longer text saved to the...
  4. A

    Problem with e-mailing from Access using ClickYes

    Guys, I have a DB that users access via Remote Desktop (can't make use of the FE-BE mrchanism due to some network-related things). It works fine on the whole; there is just one thing that makes me unhappy: an issue with sending automated e-mails from the DB when no one is logged on to the DB...
  5. A

    Connecting to a remote BE-database

    Gentlemen, I have an issue trying to connect to a remote backend-db that is residing on another PC in the LAN (192.168.x.x). What I do in order to reach the db is the following (wrk_spc is a workspace, and cust_db is a database): Set wrk_spc = CreateWorkspace("my_space", "admin", "") Set...
  6. A

    Number of worksheets in a new Excel workbook

    Gentlemen, I'm playing with exporting Access query data to Excel; on the whole it works fine (thanks to the info I found at this forum), but I can't fix one last error. When a user pushes the "Export" button on the form, the first thing the program does is to check if the target Excel-file...
  7. A

    Scope of a recordset

    Gentlemen, I have an issue with the scope of a recordset. I declare it as Public in the General Declarations section of a form module, and it works fine throughout that module; then I need to use it in another form module - and here's where the problems begin: it looks like Acsess just doesn't...
  8. A

    Problem with table in subordinate form

    Hi everyone, I have a "split form" in Access 2007 (where data is shown both in a table and in a set of text fields), and I'm trying to build in a subordinate form showing data from another table (linked to the first one as "one-to-many" with "one" on the side of the 1st table). It all works...
Back
Top Bottom