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
~615 People Reached
Favorite Tags
Member Avatar for bryansworld

I have a final almost finished database for one of my school courses yet when I went to open it this morning it wouldn't work! Is there a free tool that anyone knows to recover a "corrupt" .mdb access file? Any help would be appreciated! -Bryansworld

Member Avatar for bryansworld
0
116
Member Avatar for bryansworld

Hi I'm working in VBA and I need to try to get long names to fit in a textbox I cannot increase. Is there a way to get the font size to scale down when a name is found to be too long to fit in the textbox?

Member Avatar for AndreRet
0
76
Member Avatar for bryansworld

Ok so I'm a casual VB6 programmer and now I'm VBA for Access. In VBA I am trying to determine if whether an option button has been pressed. I used the 'Option1.Value' procedure yet it throws a 'You entered and expression that has no value' error. Here's my code: [CODE]Dim …

Member Avatar for dwel
0
106
Member Avatar for bryansworld

Hello everyone! I am wondering how I would transfer items from one listbox to another. Both these listboxes are multicolumn and I need to transfer information from both those columns to the other two columns. Here is my code so far: [code] Private Sub cmdAdd_Click() '****************************************************** Dim intPosition% Dim strTransfer$, …

Member Avatar for AndreRet
0
127
Member Avatar for bryansworld

Hi, I'm wondering if there is any code that I could use in VB.net so it can determine the computer's startup mode (such as safe mode or safe mode with networking). That would be appreciated. Thanks! bryansworld

Member Avatar for kvprajapati
0
80
Member Avatar for bryansworld

I am trying to load in a list of words into my program using a dynamic array and the string class....for some reason, all the tutorials are using char which i have no idea how to adapt to my code.... [code] string *strWord; int Position = 0; string strHolding; //for …

Member Avatar for mvmalderen
0
110