Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
adding fields in form
Name: Neo Date: July 1, 2003 at 00:05:31 Pacific OS: Windows XP CPU/Ram: Intel/512MB
Comment:
I am having a problem in Access 2002 and was wondering if > anyone came across it. I have a table that requires more > than 255 fields and because Access does not allow this, I > created two tables of about 200 fields in them. Now, the > problem is when I design a form I need fields from both > these tables. I tried creating sub-forms but it slows the > speed of the computer as we have thousands of data. > > Do you know if there is a way to include fields from > different tables into a form without using sub-forms? Or > if there are any add-ins for this? > > > My experience with Access is reasonable but I am not > familiar with coding yet. Any help will be highly > appreciated. Thanks
Summary: Hi, I'm creating a database of the transactions of items made by the employees. There's two tables in this database. In one of the tables, there's two fields, them being the available item names(ITEM ...
Summary: in participants table I have : FirstName, LastName and ParticipantName_tbl. in the participant form I set the code for participant name as: Me.ParticipantName.Value = Me.FirstName & " " & Me.Last...
Summary: I have a form linked to a table. In the details area of the form I am trying to ensure that all fields for records that meet certain criteria are dimmed out. I guess what I am looking for is a form of...