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 SkipVought 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: *

  1. eussias

    Linking text box to database

    Sorry for not being more specific. I have a List box that contains names from one column of a table. When an name is selected in the list box, I would like the text box next to this to display the date of birth for that person. DOB is also held in the table. Thanks for your help.
  2. eussias

    Linking text box to database

    Hi, I'm very new to VBA and have some questions which may be very basic so bear with me. I would like to link to contents of a text box to a specific database entry. Any help would be appreciated. Thanks.
  3. eussias

    Attempting to format C drive

    Thank you very much for your help! Format is done and o/s is up and running without a problem. Went to www.bootdisk.com and used the fdisk -- worked perfectly. Thanks again!
  4. eussias

    Attempting to format C drive

    I appreciate the advice. I've tried that and am now booting from the cd, but am not coming up with any formatting options on the menu. This is probably second nature to you, but I would really appreciate some step-by-step instructions here. :-)
  5. eussias

    Attempting to format C drive

    I'm trying to wipe my hard drive clean and keep getting an error message after I type in format c: /fs:ntfs. Message tells me that the volume is still in use and will not lock. Can anyone tell me how to complete the format?
  6. eussias

    Flexigrid

    Does anyone know how to add data to a flexigrid which is placed on an Access form?? I know how to code using VB but am having trouble with VBA. Can anyone help??
  7. eussias

    Adding to a list box

    Can anyone help??
  8. eussias

    MS Word and Excel

    I have code for that... just let me track it down and I will post it for you
  9. eussias

    MS Word and Excel

    Are you using VB or VBA?? IF coding in VBA, simply place a command button on your form and the command button wizard will appear. Select Application and Run MS Word or Excel... Hope this helps 8-)
  10. eussias

    Adding to a list box

    I have a dilemma... I need to add specific things to a list box when a specific command button is pressed. The list box has four columns, and the data for the columns is coming from text boxes on the active form. Can anybody help.??? Would be greatly appreciated.. 8-)
  11. eussias

    Adding a new record to recordset

    I'm trying to add a new record to a recordset on a form by use of a command button, but whenever I try to type text into the text boxes on the form relating to the new record I get given the message "Cannot add record(s); join key of table not in recordset"... I know this must be...
  12. eussias

    Date question

    Does anyone know how I can display a message box when a particular form is loaded and it is the last day of the month.??? 8-)
  13. eussias

    I run a program called Flexidata Re

    I run a program called Flexidata Reader (Pearpoint software), and have recently installed Microsoft Office 2000. Since the installation, Office 2000 attempts installation of Microsoft Access database files when I try to run Flexidata, which is a database reader program. Is there anyone who has...
  14. eussias

    Adding to a combo box

    I’m trying to add some text to a Combo box once a form is loaded. If certain criteria is met, text is to be added to the combo box… Does anyone know the easiest way to do this?? Thanks in advance 8-)
  15. eussias

    Simple date query

    I have a text box on a form which has the current date in it. What I'm trying to do is, when the form loads, I want to check this date, and if it is a certain day of the month (eg. 10th), I want a msgbox to appear. I know this is probably very simple, but I cannot remember the exact code for...
  16. eussias

    AddNew Error still bugging me - can anyone help?

    You may find it might have something to do with the relationships you have established between the tables. I know I was having a similar problem in VB and when I changed the relationships so Cascade delete and update were removed, things seemed to improve. I hope this helps 8-)
  17. eussias

    AddNew Error still bugging me - can anyone help?

    Are you able to simply paste the section of code where the error is occuring? What exactly are you trying to do when this error happens? Add new records or update??
  18. eussias

    Newbie question

    SPSS
  19. eussias

    Disabling the design view option

    Thanks for the advice guys... I should have explained a little clearer before... I'm not using the built in security features of Access. I'm doing this more of a learning experience than anything else. The read-only rights etc, are stored in a table UserList along with UserNames and Passwords...
  20. eussias

    Disabling the design view option

    I have built a custon login page which allows different users to login using their own password. This information is held in a table called UserList, which comprises UserNames, Passwords and AccessRights. What I want to do now, is if a user logs in who only has read-only rights, I do not want...

Part and Inventory Search

Back
Top