Results 1 to 2 of 2
  1. #1
    pharmacologist is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Oct 2019
    Posts
    39

    drawbacks to handling numeric data as text for storing and converting to number later?

    I'm compiling datasets of numeric values obtained from non-linear regression curve fitting so that I can compile like data from different sets and analyze, so ideally I would do this using numeric fields. However I frequently have situations in which the numeric value was not calculated but was constrained in the model used and I would need to be able to determine that prior to including/excluding. The data source I'm importing from stores the values as, e.g. "=100" when it was constrained versus "100" when not. I'm considering just treating everything as text and converting later when I'm compiling the data but I'm wondering if this will be problematic or make analyzing data slower. I can't imagine ever pulling more than 200 records and 10 values from each at a time so I'm thinking it wouldn't be that much of a burden but I'm new to database design and am looking for advice.

    Alternatively I could create another table to track whether the values were fitted or constrained but that seems to just add an additional layer of complexity I'd rather not deal with but would do it if treating as text would be very problematic.



    Thanks

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    The import query can convert the field:
    replace([field],"=","")

    then you can put it in a numeric field.

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

Similar Threads

  1. Replies: 8
    Last Post: 09-12-2015, 11:28 AM
  2. Converting Employee Number into Text
    By melb in forum Access
    Replies: 2
    Last Post: 02-24-2015, 06:10 PM
  3. Replies: 4
    Last Post: 04-01-2014, 03:27 PM
  4. Converting lookup text field to number for primary
    By Ruegen in forum Database Design
    Replies: 4
    Last Post: 09-11-2013, 08:23 PM
  5. Converting text to number type
    By togo in forum Access
    Replies: 12
    Last Post: 09-18-2012, 12:59 PM

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