'Safe'
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!
Which reminds me. I've upgraded my old 7600 g3/300 to a Umax s900 (9600 Mac) with a g3/333. (Thanks ND!)
The problem is I have no video card that is compatable with OSX. Every single card I have (okay three) is okay in os9, but will not boot (using XpostFacto) to OSX.
It worked fine with the 7600's old built-in video, but now? nada. I used all settings in XPF, too.
Anyway, I need a cheap or used video card that will work in this until I can afford an upgrade.
If anyone has an old Mac PCI video card they would like to donate/sell, let me know at dcjensen at gmail dot com. I don't want to invest much more in this Machine, as I hope to buy something modern within the year. (Crossed fingers).
Anyway, lets see what you got, Buffistas! heh.
The TiVo 7.2 beta is finished, it seems. Desktop 2.2 is out, and I can only hope they're pushing the 7.2 updates speedily.
Thanks ita! Awesome.
I need printer recommendations. I'm interested in a laser, but...I'm wondering if the price is prohibitive. I have an oldish compaq all-in-one printer right now and it is okay, but it isn't very quick printing.
I would love a legit copier/printer combo that didn't look too ugly.
Anyway, I looked around the internet for an hour+ and I can't find any good recommendations.
Brother makes good, cheap laser printers. (Assuming you're just interested in B&W).
At this point, that might be the case. I don't print in color enough to justify the extra cost.
I've had the previous generation of this Minolta PagePro [link] for about 18 months and I'm pretty happy with it, particularly considering the price. The paper tray isn't very well designed, but it works.
I have another Access/Filemaker question:
I have students who are paying for a class, sometimes with two payments. I need to calculate, for each student, the total they have paid, and then the total they owe.
This is what I did in Filemaker:
I would create a calculation field which added them together. I could then put this on a report, and it would show me who owed what.
There doesn't seem to be an equivilent of a calculation field in Access, and I am not sure I know the right terminology to use the help.
I tried, in a report putting in a text box that said "= [Payment 1]+[Payment 2] in the details section. It doesn't show up on the report if there is anything entered in either the Payment one or the Payment 2 fields. It shows up as $0 if they haven't paid.
Any clues?
Sophia, calculations in Access are done either in queries, or in controls on forms or reports. For example, if you have two numbers in the table, say [payment1] and [payment2], you would create a control on the report with the control source equal to "=[payment1]+[payment2]".
You could also do the same as a field in a query, and just use the query as your data source for the report.