A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Form trouble with Access 2000



 
 
Thread Tools Display Modes
  #1  
Old June 17th, 2009, 01:27 AM posted to microsoft.public.access.tablesdbdesign
dan
external usenet poster
 
Posts: 1,408
Default Form trouble with Access 2000

Hello there!

I'm having an issue with access 2000. I'm trying to make one form where I
can select from different tables from list boxes, and then have my selections
go to another table. I have it so the form shows the selections from each
list, but when I click on a selection I get an error that says "Cannot update
field text" and breaks. It then adds another duplicate entry to that field. I
would like it to just select from the lists by what I click on, and have it
sent to another table. Any suggestions?

-Dan
  #2  
Old June 17th, 2009, 11:30 PM posted to microsoft.public.access.tablesdbdesign
Piet Linden[_2_]
external usenet poster
 
Posts: 280
Default Form trouble with Access 2000

On Jun 16, 7:27*pm, Dan wrote:
Hello there!

I'm having an issue with access 2000. I'm trying to make one form where I
can select from different tables from list boxes, and then have my selections
go to another table. I have it so the form shows the selections from each
list, but when I click on a selection I get an error that says "Cannot update
field text" and breaks. It then adds another duplicate entry to that field. I
would like it to just select from the lists by what I click on, and have it
sent to another table. Any suggestions?

-Dan


Why listboxes? The only time I ever use listboxes for anything is
when I want to be able to select multiple items at once (but then the
selections have to be handled programmatically, because you cannot
bind a multi-select listbox to a column in a table). Save yourself
the trouble and use comboboxes instead.
  #3  
Old June 17th, 2009, 11:52 PM posted to microsoft.public.access.tablesdbdesign
dan
external usenet poster
 
Posts: 1,408
Default Form trouble with Access 2000

I re-did it using combo boxes and still got the same error.

"Piet Linden" wrote:

On Jun 16, 7:27 pm, Dan wrote:
Hello there!

I'm having an issue with access 2000. I'm trying to make one form where I
can select from different tables from list boxes, and then have my selections
go to another table. I have it so the form shows the selections from each
list, but when I click on a selection I get an error that says "Cannot update
field text" and breaks. It then adds another duplicate entry to that field. I
would like it to just select from the lists by what I click on, and have it
sent to another table. Any suggestions?

-Dan


Why listboxes? The only time I ever use listboxes for anything is
when I want to be able to select multiple items at once (but then the
selections have to be handled programmatically, because you cannot
bind a multi-select listbox to a column in a table). Save yourself
the trouble and use comboboxes instead.

  #4  
Old June 20th, 2009, 12:25 AM posted to microsoft.public.access.tablesdbdesign
dan
external usenet poster
 
Posts: 1,408
Default Form trouble with Access 2000

I've taken some screenshots, maybe you can see something I can't.

My current Form:
http://img.photobucket.com/albums/v2...terDan/db1.jpg

The Error:
http://img.photobucket.com/albums/v2...terDan/db2.jpg

The duplicate field after:
http://img.photobucket.com/albums/v2...terDan/db3.jpg

The code I have.
http://img.photobucket.com/albums/v2...terDan/db4.jpg

Still need help!

"Dan" wrote:

I re-did it using combo boxes and still got the same error.

"Piet Linden" wrote:

On Jun 16, 7:27 pm, Dan wrote:
Hello there!

I'm having an issue with access 2000. I'm trying to make one form where I
can select from different tables from list boxes, and then have my selections
go to another table. I have it so the form shows the selections from each
list, but when I click on a selection I get an error that says "Cannot update
field text" and breaks. It then adds another duplicate entry to that field. I
would like it to just select from the lists by what I click on, and have it
sent to another table. Any suggestions?

-Dan


Why listboxes? The only time I ever use listboxes for anything is
when I want to be able to select multiple items at once (but then the
selections have to be handled programmatically, because you cannot
bind a multi-select listbox to a column in a table). Save yourself
the trouble and use comboboxes instead.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:06 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.