Results 1 to 3 of 3
  1. #1
    Stan Denman is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Mar 2012
    Posts
    55

    Design Issue: Custom Property?

    I have created a database I use to manage my legal client matters. I am seeking to use the MS 2010 Access database to automatically populate on-line forms. In populating the on-line forms, each field in my DB essentially has a different field name than that required for the on-line form. So, for example, field FirstName in my Access DB is "BE_CASE_FNM" in the online form. I can create a CSV file from Access to populate the form where the header is the on-line form field name. So I would need to create a CSVfile where the value is that of FirstName in my DB with a header name of "BE_CASE_FNM". In considering a solution, I could simply rename every field in my DB to that of the online form. I was also wondering if I could create a custom property for each field that is the "alias" name required in the online form. Any help would be most appreciated.

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,848
    I don't have acc2010, but could you explain more of your intended process.
    My first question is, "Why are the names as different as they are - since you created both"?
    Where does the csv file fit in?
    You could rename the table field by using an alias

    Select FirstName as BE_CASE_FN,..... from myTable

    and use the select query as the recordsource of the form.

  3. #3
    Stan Denman is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Mar 2012
    Posts
    55
    For the on-line form completion I am using a product called "Form Auto Fill". It creates the forms from the on-line forms. I guess it takes the names of the fields in the online forms. To fill the online forms I can update from a CSV file where as I say the header names must correspond to the online form names. The DB, of course, was something I created over the past few years.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Setting Custom Field Format Property Problem
    By Weelmaa in forum Programming
    Replies: 2
    Last Post: 02-25-2012, 05:33 AM
  2. Over My Head: Custom Recordset Property
    By Drawn in forum Programming
    Replies: 1
    Last Post: 03-25-2011, 05:39 PM
  3. Replies: 1
    Last Post: 03-06-2011, 06:21 PM
  4. Property Sheet issue desperate!!
    By pavarga in forum Reports
    Replies: 5
    Last Post: 07-23-2009, 08:18 PM
  5. Database Design Issue
    By joekiteire in forum Database Design
    Replies: 6
    Last Post: 02-26-2009, 04:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums