|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Creating a Como box in a sub form
I'm trying to creating a drop down menu on my sub form so I can be able to select more than just one record from my sub form.
This is what I have so far but I keep getting this error message. Synatx error (missing operator) in query expression Title Media Information = Table Title = Field in Media Information table SELECT DISTINCTROW Title * FROM Media Information ORDER BY Media Information.Title; |
|
#2
|
|||
|
|||
|
Try
SELECT DISTINCTROW [Media Information].* FROM [Media Information] ORDER BY [Media Information].Title; S- |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft Access Help > Creating a Como box in a sub form |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|