Re: Edit multiple tables with one form per record



I guess this brings me to my next step.

I understand that Access can store Number, Int, Currency and many more.
Can Access store Array's or perhaps CSV which I can tell Access to
GetChar until it hits a Comma and consider the order the characters
recieved as one type of object?

I think that would be really easy to use form wise, and report wise as
well as storage wise.

The problem I've encountered is I can't edit all 33 stores information
at one time and move to the next day easily.

.



Relevant Pages

  • Re: how to generalize this code?
    ... (Wrapping and indenting source code would be wise.) ... So you store a string value that represents an `object' element (with child ...
    (comp.lang.javascript)
  • Re: Application Object Replacement
    ... > therefore if you store the stuff in files it will most likely be available ... > from 'RAM'. ... it is not wise to rely on application object in a server farm. ...
    (comp.lang.php)
  • Re: Adding large numbers in C
    ... one of the numbers - or perhaps the result - is too big to store in an int. ... you have bitstrings longer than 8 bits, simply use an array of unsigned ... Incidentally, the subtraction routine does similar juggling, so if M and N ...
    (comp.lang.c)
  • Re: read keyboard input and storing in an array?
    ... > I'm trying to store user input in an array, ... You have the beginnings of that logic already since your prompt tells the ... 201st value since the array only has room for 200 values. ... This will force you to store the int values as Integer ('Integer' ...
    (comp.lang.java.help)
  • Re: attempting an actual game...
    ... > be used to store a colour definition rather than an index? ... if I were you and wanted to get to a finished game I ... ugly bitmasking teqniques and similar can sometimes save effort over more ... >>> (I once started with typedef int Cell, with a view to making a Cell ...
    (comp.games.development.programming.misc)