User Profile
Collapse
-
This has already been answered in another thread so I am closing this one. -
Yes you can use a switch statement and test the user input for matching variable names and then output the value if it matchesLeave a comment:
-
Hi Kubo. I see that you need code urgently. Can you tell us why that is?Leave a comment:
-
-
Even a session variable cannot prevent this. You do this by using tight security. The login details are the responsibility of the person using them.
What are you using the login details for?Leave a comment:
-
Hi there is no need to use the square brackets in your statement:
Code:If Chckob = True And Opt_dep = true Then DoCmd.OpenReport "Obstacle Card Comments", acViewPreview, , obwh End If
Code:If Chckob And Opt_dep Then DoCmd.OpenReport "Obstacle Card Comments", acViewPreview, , obwh End If
Leave a comment:
-
-
Hi. What have you got so far and where are you stuck?
I see you have posted the same question on a different thread so I am closing this one. The other thread is hereLeave a comment:
-
Session is only required in a web application because web pages are stateless. This is not the case with windows apps. You can store any information you like in global variables. You could even name one 'session' if you like...Leave a comment:
-
Well let's have a look:
If it appears that the question has just been pasted directly from a text book or coursework assignment our moderators have been instructed to meet this with a set response. This is a pre-written message asking you to make some attempt at the assignment yourself before asking questions about specific problems and referring you to this FAQ...Leave a comment:
-
Oops! Edited wrong message - sorry.
You are welcome. For the record, Killer is brilliant. I am just waiting to be 'found out'....Leave a comment:
-
You're right.
Better to subclass the form window and catch the 'moved' windows message.
Download a code sample here...Leave a comment:
-
Absolutely.
The three phases of programming for the new guy:
1. Implementation
2. Frustration
3. IntoxicationLeave a comment:
-
-
Hi. Do you mean you want to add a new textbox each time the user presses the return key? Or is that the only solution you can come up with right now to separate out items that they have typed in?Leave a comment:
-
Hmmm. Looks like you both have stepped outside the posting guidelines with regard to assignments or projects. This will not benefit the reputation of TSDN within academic institutions.Leave a comment:
-
-
Hi. I think it would be useful for you to read the posting guidelines before asking a question particulary with reference to assignments and examsLeave a comment:
-
Hi. Are you studying this alone or as part of a class and what, exactly do you need a helping hand with.Leave a comment:
-
OK I see. You start by closing down your computer and getting out a pencil and paper. Draw a schematic of how you want the set of forms to work, how you want your database to work, how the forms should interconnect etc. Draw in the controls; buttons, textboxes, comboboxes etc. When this design is complete you will have most of your answers. Implimentation is the final phase of a project not the first. A lot of new programmers start with the ide which...Leave a comment:
No activity results to display
Show More
Leave a comment: