If there aren't that many tables/records, you could also make a copy of the mdb file in explorer, then open the database, open each table, and delete all the records in each table.
Buffistechnology 2: You Made Her So She Growls?
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Or you could enter and run the following function
Function cleartables()
Dim tdf As TableDef
DoCmd.SetWarnings False
For Each tdf In CurrentDb().TableDefs
if left(tdf.name,4) <> "msys" then
DoCmd.RunSQL "DELETE FROM " & tdf.name
end if
Next
DoCmd.SetWarnings True
End Function
I forgot how to quote while preserving formatting, which is why nothing in the above is indented....
eta: wait, don't do that, as it deletes system tables too.
eta2: There. All better.
Thanks tommy and DX. I'm going to get the hang of this soon, I hope!
TiVo reports first profit.
Well, breakeven actually. But still! Good News!
TiVo reports first profit.
Hooray!
Go TiVo! t clings to her TiVo
This is NOT an Access question....
I am trying to use limewire (windows something-- I don't know how to find out.
Limewire says that I am either not connected to the internet or there is a firewall bloacking me.
I checked the firewall, and limewire is listed as an exception.
I turned the firewall off
I still cannot connect through limewire.
I am clearly connected to the internet, as I am typing this
My cow-orker is using limewire Right Now, AIFG, with the same computer, network connection, etc.
Any ideas?
Do I need to change the port? How would I know what to change it to?
Limewire is EVIL. EEEEEEEEVIL. Bad, spyware laden piece of crap.
But you can try looking at [link] to see if they have anything on it.
Gmail apparently open to everyone now.
I can't see the supposed "Sign up for Gmail!" thingy on the front page, but that might be because Google thinks I'm in the UK. (And my Gmail account still says "Gmail Beta" in the logo, but maybe they just haven't gotten around to changing that yet?)