Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~13.1K People Reached
Member Avatar for qajaq49

In MS Access2007, I want to query ([I]q_Notes[/I]) a table ([I]t_Notes[/I]) in which one of the fields ([I]t_Notes.Topic[/I]) is populated from a Combo Box based on a field in another table ([I]t_Topics.Topic[/I]). I will have a table of several hundred records. I want to use the q_Notes query as the …

Member Avatar for wafs
0
507
Member Avatar for qajaq49

I have a Dell Latitude 610 laptop -- had it for about 2.5 years. It's set up to dual-boot Kubuntu 9.04 and Windows XP (SP2). For a long time, I was able to connect to my home network or other networks either wirelessly or by Ethernet. The computer has both …

Member Avatar for qajaq49
0
181
Member Avatar for qajaq49

My main desktop computer is set to dual-boot Linux and Windows XP Professional. I have the Linux OS set up to sync time with an internet time service. When I boot the WinXP OS, the time consistently shows four hours late -- as though it's interpreting the system clock to …

Member Avatar for qajaq49
0
187
Member Avatar for qajaq49

I have a Belkin N router that connects to two desktop machines (via Ethernet cables) and one laptop (usually via wireless, but can be connected by cable as well) on one side, and to a Zoom DSL modem on the other side. I can connect to the Internet with one …

Member Avatar for qajaq49
0
131
Member Avatar for qajaq49

I'm trying to write a short bit of C code that will get a filename from the user, via the keyboard, and open the specified file, but I haven't been able to get fopen() to recognize the variable filename when I use fgets() to get it. Here's a snippet of …

Member Avatar for qajaq49
0
674
Member Avatar for qajaq49

I'm writing a C++ program to use a MySQL database (which means I'm limited to the <string.h> include file because of usages in the <mysql.h> include file). In one function, the user will enter a 9-character string that will be stored in an array (AcctNum[10], to allow for the terminating …

Member Avatar for qajaq49
0
11K