Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ak48
  • Content: Threads
  • Order by date
  1. ak48

    Access limits

    Hi, I have been using an Access database at work for a while but, as it gets bigger and bigger, It's seems to get slower, some computer under windows 98 won't even run it anymore as it lacks the system resources to do so. Should I plan on exporting to another database? Is this normal or is...
  2. ak48

    Show query on modal form

    Hey, I have a form that is modal and I need to pop-up a query for the user in some situations but since the form is modal the query appears behind it and the user can't access it. Is there anything I could do?
  3. ak48

    App activate under windows 2000/XP

    Hey, is it just me or the AppActivate function returns an error (Invalid procedure call or argument (5)) under win 2000 and win XP? Is there any way to prevent this or is there an API call that does the same thing?
  4. ak48

    What database should I use

    Hey, I need to build an application to keep track stock options for a company. I am used to building database applications with access and visual basic but I am sick of it limitations so I decided to build this application using C++ but I don't know what database to use. Can somebody give me a...
  5. ak48

    Input masks

    Hey, I have an this input mask 9.9 but I need to be able to add a minus sign in front of the number. Is there a way to do it?
  6. ak48

    Simple procedure causes BIG error. Please HELP!

    Hey, I have a this simple procedure in my from module : Private Function sngMattVol(PRDATE As String, Ctry As String, Prty As String) As Single Dim rec As Recordset Set rec = CurrentDb.OpenRecordset("Select Sum (ImportDetails.F15) as SumVol from...
  7. ak48

    Property Set

    Hi, I'm trying to figure out how to use the Property Set statement but the help isn't quite clear about it. Could somebody help me. What I need is to be able to define an object by a number as : Set MyObject = "MyNumber". Can I do this?
  8. ak48

    Breakpoints are ignored

    Hey, I'm trying to debug a procedure and for some reason all my breakpoints are ignored (even in other procedures). Why is going on?
  9. ak48

    Hide/unhide culumns

    hello, how can I hide or unhide a subform's (in datasheet view) culumns in real time through VBA?
  10. ak48

    For each ...

    Hi, I got this simple code exemple from an access 97 book Private sub ListDBProperties() Dim pty as property For Each pty in CurrentDb.Properties Debug.print pty.Name & ": " & pty.Value Next End Sub My problem is that the function won't work in access 2000 (I get a...
  11. ak48

    VPN connection problem

    Hey guy, I have just upgraded my PC from win 98 to XP and my internet connection (Cable) is set up fine, but I need to dial to my office through a VPN. So I went to control panel -> Network connections -> Set up a connection to the network at your workplace. Then, as soon as the connection is...
  12. ak48

    ISA network card Windows XP drivers

    Hi, I want to upgrade my PC from Windows 98 to Windows XP but I can't find the drivers for my network card (D-Link DE220 ISA PnP). I could not find them on D-Link.com. Is it possible that some old network card don't have Windows XP drivers? Does Windows XP support ISA cards at all? Thank you.
  13. ak48

    nvidia graphic card freezes computer

    Hello, I have a nvidia TNT2 Maxi Gamer graphic card and, since the last time I formatted my computer (a month ago) it's not working right. As soon as I start an application with heavy graphics I freezes after some time (between 3 second and 1 minutes). I tried to uninstall my card and got the...
  14. ak48

    Create a clean new record on form

    Hi, I have a form on witch I can edit old record and create new ones. My problem is this : When I click the button to add the new record, every field on the form still contain the info from the last record I consulted and this is very annoying... I tried to do "control1 = ''" to clean...
  15. ak48

    Foreign keys and composed keys

    Hi, I am new to the world of access and I want to know the way to create foreign keys and keys that are composed with more than one field. Thanx for the help.
  16. ak48

    Invisible hard drive

    Hi, I put a old seagate 1.7 gig hard drive on my computer. It is set as slave and the bios detects it correctly but I can't access it. I tried another hard drive and it worked fine. Is there anything I can do? If it helps I'm using an Intel PIII 550 with a Tyan Trinity 400 Motherboard, ATA-66...
  17. ak48

    Need advice to buy motherboard ASAP please!

    Hey, I must send the submission for my new computer tomorrow and I don't know what mothergboard to buy. They suggested me a Gigabyte VRX-P but I never heard about it so I don't know. I would also like to know about the chipset the comes with the MB. thanx for your help.

Part and Inventory Search

Back
Top