I have a database that keeps track of people going on a cruise.
I am not the one who uses this database, I just maintain it.
Once in a while the most used form (the one to add and edit people on each account) deletes itself.
There is no code that would tell the form to erase itself, and the...
this is the start of the data:
<table id="dataTable"
so after you have VB save the page and open it for editing, you would look for that, and start to parse with SQL for each row after that adding records to a table.
not too hard if you figure out the parsing part.
<table id="dataTable"...
"highily expected"??
I don't think we really are expected to do anything...
Anywho.
Why are you using an access DATABASE to zip files?
Why not make a VB application?
Hey, I tried searching for this, also tried the help files.
Guess I'm not sure what to ask...
On reports or queries or anything really, I always get negatives first, how can I stop this?
Instead of
0
-2
-5
500
200
100
id rather have
500
200
100
0
-2
-5
Yea, I did know the diff, sorry, just typed it wrong heh.
It worked perfectly, thanks =)
I was trying to use the name of the sub form as seen in the database window, not what the main form had it as, so I figured that out heh.
Thanks again.