Search results

  1. D

    Connect Program to Database Backend

    Hey guys... I created a reaaaally simple wages calculation program some time ago in VB6. When you click the save button, the records are saved to a .txt file stored in the same directoy as the program itself. However, I'd like to take this a step further and connect this program with some...
  2. D

    'Make MDE File' - Gone..

    Hey guys.. I am trying to make my DB into an MDE file however that option which is in Tools > Database Utilities is not highlighted on this particular database. Anyone know why? Thanks! EDIT - This features seems to be inactive on all atabases on my computer (I haven't tried another computer...
  3. D

    Custom Tool/Menu Bar Added

    Hey.. I'm having a rather strange problem that no one can fix, apparently. My teacher is even baffled :S. Basically, I created a custom menu bar, took off some of the defaults, but now I am having a problem. I deleted the original custom menu bar and now I am posed with the following error...
  4. D

    Ordering Validation Functions

    I have like 2 or 3 validation techniques on one field, most of which are triggered by clicking the Save button. One of these techniques checks to see if data in the field is present, the other is to format the date with a msgbox dd/mm/yyyy. But also, on the Save button click function there is a...
  5. D

    Best Post Code Validation?

    Well the input mask in Access really sucks.. Though Post code is a tricky one. Just wondering if any of you guys have any solutions? Not urgent, just interested :). Would love to use something..
  6. D

    Space In MsgBox Code

    I'm using the following code as a confirmation validation type thing, but currently F_Name and L_Name are not spaced apart. So it looks like: JaneMorris on the alert box when I want it Jane Morris for example.. The code: I guess its a really easy thing, but I am such a rookie. Thanks again...
  7. D

    OK | Cancel Msg Box?

    On a payments table I have, it drags what subscription type the user selected in the previous form.. Upon clicking the command button a message box pops up reminding the usser of what they're about to process. I would like to add a cancel button to this msg box so its like "You have chosen...
  8. D

    Save Record + Not Using The Wizard

    One thing I've noticed.. The wizard sucks! I created a Save record button... But later had to change the name of that cmd button because of a code I wanted to add to it. Now I have discovered that when you add code to a wizard created command button, it stops functioning.. Right?? (Or wrong...
  9. D

    Numerical Data Only + Textbox

    Hi, in my project I have a ew fields such as Telephone number and I want to add validation to them to allow only numerical data input. I'm currently using the following code but it doesn't work: Also, please tell me where in my code to put this. Thanks so much!
  10. D

    Todays Date (But Editable)

    Hey again, One last thing.. I have a field asking for subscription start date. I would like that text box to be pre-filled with today's date but ith the flexibity for it to be edited should someone wish to pre-book a subscription. Thanks, if you understood that :eek: .
  11. D

    Generated Code From CMD Wizard

    Hey, this is probably a really easy question for some of you but as you will soon be able to tell, I am a complete rookie when it comes to VB. Basically, I created a 'save record' button using the generator thing in Access. It generated the following on_click code: Now I want the following...
  12. D

    30 Day Expiration Query

    Hey guys, before the creation of my beautiful Gym registration database, I just need help with a coule things.. The low-down: To summarize.. I'm developing a Gym registration system for a school project (a big mark earning one). There are four tables and three forms. How it works: In my...
  13. D

    Expiration Date Field Update Thingy

    Hello everyone.. I'm new :). I'm working on a school database project and I am developing a Gym subscription/registration system. Basically, once a user enters his/her personal info, they are taken to a second form where they can enter the subscription plan type (there are three plans). Now...
Back
Top Bottom